summaryrefslogtreecommitdiff
path: root/www/py-django-picklefield/pkg-descr
blob: a4b888340efd772ed945d4e3dac840837eb2f9b1 (plain) (blame)
1
2
3
4
5
6
7
8
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/