django1/django/core/serializers
Aymeric Augustin 38999f7e00 Fixed #16923 -- Removed unused method in the serialization code.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16979 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-13 19:39:46 +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 #14888 -- Removing duplicated code in serialisers. Thanks to eric.fortin. 2011-01-08 15:07:45 +00:00
python.py Reverting r14994 (at request of SmileyChris) because of some backwards compatibility issues that need to be resolved. 2010-12-21 06:05:40 +00:00
pyyaml.py Fixed #14888 -- Removing duplicated code in serialisers. Thanks to eric.fortin. 2011-01-08 15:07:45 +00:00
xml_serializer.py Reverting r14994 (at request of SmileyChris) because of some backwards compatibility issues that need to be resolved. 2010-12-21 06:05:40 +00:00