django1/django/core/serializers
Jannis Leidel 49288f8388 Fixed #11970 -- Wrapped the exception happening during deserialization in DeserializationError exceptions. Thanks, Claude Paroz.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-09 18:56:58 +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 #16923 -- Removed unused method in the serialization code. 2011-10-13 19:39:46 +00:00
json.py Fixed #11970 -- Wrapped the exception happening during deserialization in DeserializationError exceptions. Thanks, Claude Paroz. 2012-02-09 18:56:58 +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 #11970 -- Wrapped the exception happening during deserialization in DeserializationError exceptions. Thanks, Claude Paroz. 2012-02-09 18:56:58 +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