django1/django/core/serializers
Andrew Godwin 614672d365 Fixed #14888 -- Removing duplicated code in serialisers. Thanks to eric.fortin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15163 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-08 15:07:45 +00:00
..
__init__.py Fixed #14819 -- Corrected typo in serializer docstring. Thanks to stringify for the report and patch. 2010-12-04 04:27:05 +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