freebsd-ports/www/py-django-picklefield/pkg-descr
Dmitry Marakasov c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00

9 lines
374 B
Text

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.org/project/django-picklefield/
WWW: https://github.com/gintas/django-picklefield