python3-django-picklefield

Pickled object field for Django (Python3 version)

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/gintas/django-picklefield


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-django-picklefield