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

#8334: Move object changelog & journaling to generic views

This commit is contained in:
jeremystretch
2022-02-09 16:24:10 -05:00
parent 7c105019d8
commit d42c59792f
11 changed files with 150 additions and 110 deletions

View File

@@ -1,6 +1,6 @@
from django.urls import path
from extras.views import ObjectChangeLogView, ObjectJournalView
from netbox.views.generic import ObjectChangeLogView, ObjectJournalView
from . import views
from .models import *