django-picklefield

A pickled object field for Django
Download

django-picklefield Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Shrubbery Software
  • Publisher web site:
  • http://shrubberysoft.com/

django-picklefield Tags


django-picklefield Description

A pickled object field for Django django-picklefield provides an implementation of a pickled object field for the Django web framework. Such fields can contain any picklable objects.PickledObjectField is database-agnostic, and should work with any database backend. 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. Also works fine when querying; supports exact, in, and isnull lookups. It should be noted, however, that calling QuerySet.values() will only return the encoded data, not the original Python object. Requirements: · Python · Django


django-picklefield Related Software