Source: django-picklefield Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Michael Fladischer , Thomas Goirand , Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-django, python3-setuptools, python3-six, Standards-Version: 4.5.0 Homepage: https://github.com/gintas/django-picklefield Vcs-Git: https://salsa.debian.org/python-team/modules/django-picklefield.git Vcs-Browser: https://salsa.debian.org/python-team/modules/django-picklefield Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python3-django-picklefield Architecture: all Depends: python3-django, python3-six, ${misc:Depends}, ${python3:Depends}, Description: Pickled object field for Django (Python3 version) django-picklefield provides an implementation of a pickled object field for the Django framework. Such fields can contain any picklable objects. . It is useful for storing just about anything in the database when there isn't a 'proper' field for the job. PickledObjectField is database-agnostic, and should work with any database backend you can throw at it. You can pass in any Python object and it will automatically be converted behind the scenes. You never have to manually pickle or unpickle anything. . This package contains the Python 3 version of the library.