django1/django/core/serializers
Russell Keith-Magee c38a93e4d9 Fixed #4288 -- Modified serializers to pay attention to the to_field attribute on ForeignKeys. Thanks to Sandro Dentella for the report and the helpful test case.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5232 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-14 14:14:49 +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 Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris. 2007-04-25 10:12:05 +00:00
python.py Fixed #4288 -- Modified serializers to pay attention to the to_field attribute on ForeignKeys. Thanks to Sandro Dentella for the report and the helpful test case. 2007-05-14 14:14:49 +00:00
pyyaml.py Fixed typo in docstring of YAML serializer. 2007-03-15 07:48:36 +00:00
xml_serializer.py Fixed #4288 -- Modified serializers to pay attention to the to_field attribute on ForeignKeys. Thanks to Sandro Dentella for the report and the helpful test case. 2007-05-14 14:14:49 +00:00