aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-picklefield
Commit message (Collapse)AuthorAgeFilesLines
* www/py-django-picklefield: Makefile modernizationJohannes Jost Meixner2014-12-091-3/+2
| | | | | | | | | | - convert to USES= python Differential Revision: https://reviews.freebsd.org/D1285 Approved by: koobs (mentor) Notes: svn path=/head/; revision=374366
* picklefield provides an implementation of a pickled object field.Rusmir Dusko2014-01-123-0/+41
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> Notes: svn path=/head/; revision=339546