django-serializers

Customizable serialization for Django
Download

django-serializers Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Tom Christie
  • Publisher web site:
  • http://tomchristie.com

django-serializers Tags


django-serializers Description

django-serializers is a Django app that provides flexible serialization of objects, models and querysets.It is intended to be a potential replacement for the current, inflexible serialization. It should be able to support the current dumpdata format, whilst also being easy to override and customise.Serializers are declared in a simlar format to Form and Model declarations, with an inner Meta class providing general options, and optionally with a set of Field classes being declaring inside the Serializer class.The Serializer class itself also implements the Field interface, meaning we can represent serialization of nested instances in various different ways.InstallationInstall using pip:pip install django-serializersOptionally, if you want to include the django-serializer tests in your project, add serializers to your INSTALLED_APPS setting:INSTALLED_APPS = ( ... 'seriliazers',)Note that if you have cloned the git repo you can run the tests directly, with the provided manage.py file:manage.py testProduct's homepage


django-serializers Related Software