django1/django/core/serializers
Jannis Leidel dc49e6143a Fixed #17717 -- Fixed serialization of proxy models. Thanks, Anssi Kääriäinen.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03 17:50:18 +00:00
..
__init__.py Fixed #15889 -- when trying to access to access a serializer that doesn't exist, raise a new SerializerDoesNotExist exception. Thanks to Mathieu Agopian for the patch. 2011-04-26 16:49:32 +00:00
base.py Fixed #17717 -- Fixed serialization of proxy models. Thanks, Anssi Kääriäinen. 2012-03-03 17:50:18 +00:00
json.py Fixed the exception handling when deserializing via generators on Python 2.5 that was introduced in r17469. Also only test the YAML serializer if PyYAML is installed. 2012-02-10 01:13:38 +00:00
python.py Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thanks, gnosek. 2012-02-04 18:27:07 +00:00
pyyaml.py Fixed the exception handling when deserializing via generators on Python 2.5 that was introduced in r17469. Also only test the YAML serializer if PyYAML is installed. 2012-02-10 01:13:38 +00:00
xml_serializer.py Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thanks, gnosek. 2012-02-04 18:27:07 +00:00