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

Remove obsolete utility function model_names_to_filter_dict()

This commit is contained in:
Jeremy Stretch
2020-01-15 16:21:41 -05:00
parent 215b4d0b3f
commit c28684a8b3
4 changed files with 1 additions and 14 deletions

View File

@ -20,7 +20,6 @@ from utilities.api import (
ChoiceField, ContentTypeField, get_serializer_for_model, SerializerNotFound, SerializedPKRelatedField,
ValidatedModelSerializer,
)
from utilities.utils import model_names_to_filter_dict
from .nested_serializers import *