aboutsummaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2014-01-13 04:44:24 +0800
committernemysis <nemysis@FreeBSD.org>2014-01-13 04:44:24 +0800
commit8859c08dc6d69a6c1c19971d6f9a9a9ed1989588 (patch)
treed60c8119bbcd88aff6a3ce79e0e719d9aff6c100 /www/Makefile
parentb392c238227c9001ed0624904975b7c83900ca5c (diff)
downloadfreebsd-ports-gnome-8859c08dc6d69a6c1c19971d6f9a9a9ed1989588.tar.gz
freebsd-ports-gnome-8859c08dc6d69a6c1c19971d6f9a9a9ed1989588.tar.zst
freebsd-ports-gnome-8859c08dc6d69a6c1c19971d6f9a9a9ed1989588.zip
picklefield provides an implementation of a pickled object field.
Such fields can contain any picklable objects. It is incredibly useful for storing just about anything in the database (provided it is Pickle-able, of course) when there isn't a 'proper' field for the job. WWW: https://pypi.python.org/pypi/django-picklefield/ PR: ports/185548 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
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 712314b3f1ea..88f5a1a1a34d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1506,6 +1506,7 @@
SUBDIR += py-django-mptt
SUBDIR += py-django-openid-auth
SUBDIR += py-django-photologue
+ SUBDIR += py-django-picklefield
SUBDIR += py-django-pipeline
SUBDIR += py-django-piston
SUBDIR += py-django-profiles