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:
@@ -7,6 +7,10 @@ from django.urls import reverse
|
||||
from extras.choices import *
|
||||
from utilities.querysets import RestrictedQuerySet
|
||||
|
||||
__all__ = (
|
||||
'ObjectChange',
|
||||
)
|
||||
|
||||
|
||||
class ObjectChange(models.Model):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user