django1/django/core/serializers
Russell Keith-Magee 83bed03a59 Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report, Alexander Solovyov.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4752 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-19 11:57:53 +00:00
..
__init__.py Added a YAML serializer built on PyYAML (http://pyyaml.org/). This serializer will only be enabled if PyYAML is installed, so I've not written any unit tests until I figure out how to make them work similarly. Still, the serializer is just a thin layer over the base Python serializer, and seems to Just Work. 2007-03-12 14:01:44 +00:00
base.py Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report, Alexander Solovyov. 2007-03-19 11:57:53 +00:00
json.py Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh. 2006-09-22 13:26:07 +00:00
python.py Added various fixes to serializer implementations. Fixes mostly deal with handling nulls, non-integer primary key values (e.g., OneToOne fields or strings), and reconstruction of primary key references in related fields. 2007-03-13 00:59:34 +00:00
pyyaml.py Fixed typo in docstring of YAML serializer. 2007-03-15 07:48:36 +00:00
xml_serializer.py Added implementation of --indent for the XML serializer. 2007-03-15 07:44:44 +00:00