django1/django/core/serializers
Russell Keith-Magee 4a3ea263ef Fixed #14823 -- Corrected bootstrapping problems with register_serializers. Thanks to miker985@uw.edu for the report and draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15336 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-27 02:29:17 +00:00
..
__init__.py Fixed #14823 -- Corrected bootstrapping problems with register_serializers. Thanks to miker985@uw.edu for the report and draft patch. 2011-01-27 02:29:17 +00:00
base.py Fixed #14888 -- Removing duplicated code in serialisers. Thanks to eric.fortin. 2011-01-08 15:07:45 +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