1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Refactor extras.models

This commit is contained in:
jeremystretch
2023-03-24 21:25:22 -04:00
parent 5c0ce96b6f
commit ea1801bad3
8 changed files with 179 additions and 173 deletions

View File

@@ -7,6 +7,10 @@ from django.urls import reverse
from extras.choices import *
from utilities.querysets import RestrictedQuerySet
__all__ = (
'ObjectChange',
)
class ObjectChange(models.Model):
"""