Remove django-taggit-serializer

This commit is contained in:
Jeremy Stretch 2020-06-17 10:00:21 -04:00
parent 448dc1442c
commit d0f0aef2ef
3 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -282,7 +282,6 @@ INSTALLED_APPS = [
'mptt', 'mptt',
'rest_framework', 'rest_framework',
'taggit', 'taggit',
'taggit_serializer',
'timezone_field', 'timezone_field',
'circuits', 'circuits',
'dcim', 'dcim',

View File

@ -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