aboutsummaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2018-09-29 00:35:29 +0800
committermiwi <miwi@FreeBSD.org>2018-09-29 00:35:29 +0800
commite356d6e06859b3027e77db6b4e25f2ae38f83a35 (patch)
tree7894d3b62c262c52a5e13742b203b2d9af38b75a /www/Makefile
parentb1ab0bfea6df172a83fd83eabda04848a9f5cc46 (diff)
downloadfreebsd-ports-gnome-e356d6e06859b3027e77db6b4e25f2ae38f83a35.tar.gz
freebsd-ports-gnome-e356d6e06859b3027e77db6b4e25f2ae38f83a35.tar.zst
freebsd-ports-gnome-e356d6e06859b3027e77db6b4e25f2ae38f83a35.zip
This package makes it possible to serialize tags generated by the django-taggit
package. Because the tags in the django-taggit package need to be added into a TaggableManager() one cannot use the usual Serializer that is retrieved from the Django REST Framework. WWW: https://github.com/glemmaPaul/django-taggit-serializer PR: 231114 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc.
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 335d854b6447..6e033c876c1c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1617,6 +1617,7 @@
SUBDIR += py-django-tables2
SUBDIR += py-django-tagging
SUBDIR += py-django-taggit
+ SUBDIR += py-django-taggit-serializer
SUBDIR += py-django-tastypie
SUBDIR += py-django-templatetag-sugar
SUBDIR += py-django-timezone-field