We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e7767 commit f8b9ad7Copy full SHA for f8b9ad7
netbox_custom_objects/models.py
@@ -538,7 +538,7 @@ def wrapped_post_through_setup(self, cls):
538
539
def get_model_with_serializer(self):
540
from netbox_custom_objects.api.serializers import get_serializer_class
541
- model = self.get_model(no_cache=True)
+ model = self.get_model()
542
get_serializer_class(model)
543
self.register_custom_object_search_index(model)
544
return model
0 commit comments