django1/django/core/serializers
Russell Keith-Magee c84ff156c1 Fixed a serialization problem with objects that have a foreign key on an object whose primary key is a OneToOneField.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-28 05:41:32 +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 #3435 -- Fixed serializing to a file stream. Patch from SmileyChris. 2007-04-25 10:12:05 +00:00
json.py Removed some cruft left over from fixing problems in the move to DecimalField 2007-05-21 23:26:36 +00:00
python.py Fixed a serialization problem with objects that have a foreign key on an object whose primary key is a OneToOneField. 2007-05-28 05:41:32 +00:00
pyyaml.py Fixed typo in docstring of YAML serializer. 2007-03-15 07:48:36 +00:00
xml_serializer.py Fixed a serialization problem with objects that have a foreign key on an object whose primary key is a OneToOneField. 2007-05-28 05:41:32 +00:00