mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Remove django-taggit-serializer
This commit is contained in:
parent
448dc1442c
commit
d0f0aef2ef
@ -42,10 +42,6 @@ django-tables2
|
|||||||
# https://github.com/alex/django-taggit
|
# https://github.com/alex/django-taggit
|
||||||
django-taggit
|
django-taggit
|
||||||
|
|
||||||
# A Django REST Framework serializer which represents tags
|
|
||||||
# https://github.com/glemmaPaul/django-taggit-serializer
|
|
||||||
django-taggit-serializer
|
|
||||||
|
|
||||||
# A Django field for representing time zones
|
# A Django field for representing time zones
|
||||||
# https://github.com/mfogel/django-timezone-field/
|
# https://github.com/mfogel/django-timezone-field/
|
||||||
django-timezone-field
|
django-timezone-field
|
||||||
|
@ -282,7 +282,6 @@ INSTALLED_APPS = [
|
|||||||
'mptt',
|
'mptt',
|
||||||
'rest_framework',
|
'rest_framework',
|
||||||
'taggit',
|
'taggit',
|
||||||
'taggit_serializer',
|
|
||||||
'timezone_field',
|
'timezone_field',
|
||||||
'circuits',
|
'circuits',
|
||||||
'dcim',
|
'dcim',
|
||||||
|
@ -9,7 +9,6 @@ django-prometheus==2.0.0
|
|||||||
django-rq==2.3.2
|
django-rq==2.3.2
|
||||||
django-tables2==2.3.1
|
django-tables2==2.3.1
|
||||||
django-taggit==1.2.0
|
django-taggit==1.2.0
|
||||||
django-taggit-serializer==0.1.7
|
|
||||||
django-timezone-field==4.0
|
django-timezone-field==4.0
|
||||||
djangorestframework==3.11.0
|
djangorestframework==3.11.0
|
||||||
drf-yasg[validation]==1.17.1
|
drf-yasg[validation]==1.17.1
|
||||||
|
Loading…
Reference in New Issue
Block a user