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

Resolve drf-yasg ref_name conflicts

This solves the problem of distinct serializers being confused because they have the same class name (e.g. `InterfaceSerializer`)

Fixes #2065.
This commit is contained in:
Cristi Vîjdea
2019-03-04 03:24:45 +02:00
parent b381bdec27
commit 3a62e9a322
2 changed files with 22 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ django-taggit==0.23.0
django-taggit-serializer==0.1.7
django-timezone-field==3.0
djangorestframework==3.9.0
drf-yasg[validation]==1.11.1
drf-yasg[validation]==1.14.0
graphviz==0.10.1
Markdown==2.6.11
netaddr==0.7.19