fixed import no longer working under netbox >=3.1.X:

This commit is contained in:
Hedde van der Heide
2022-04-07 09:30:28 +02:00
parent 19fc473286
commit bf47320864
+1 -1
View File
@@ -1,7 +1,7 @@
from django.db import models
from django.urls import reverse, reverse_lazy
from django.utils import safestring
from extras.utils import extras_features
# from extras.utils import extras_features # todo this changed in netbox 3.1.X and higher, currently not used but checkout why
from netbox.models import PrimaryModel
from utilities.querysets import RestrictedQuerySet