mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
acd94e936f
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>
9 lines
328 B
Plaintext
9 lines
328 B
Plaintext
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/
|