K 10 svn:author V 7 nemysis K 8 svn:date V 27 2014-01-12T20:44:24.906774Z K 7 svn:log V 399 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 END