Closes #16388: Move change logging resources from extras to core (#16545)

* Initial work on #16388

* Misc cleanup
This commit is contained in:
Jeremy Stretch
2024-06-17 08:03:06 -04:00
committed by GitHub
parent c338e11afa
commit c4bc7e39ec
63 changed files with 645 additions and 523 deletions

View File

@@ -1,7 +1,7 @@
from django.db.models import Count
from extras.models import ObjectChange
from extras.tables import ObjectChangeTable
from core.models import ObjectChange
from core.tables import ObjectChangeTable
from netbox.views import generic
from utilities.views import register_model_view
from . import filtersets, forms, tables