django1/django/core/serializers
Russell Keith-Magee f964a3b1ee Fixed #14819 -- Corrected typo in serializer docstring. Thanks to stringify for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-04 04:27:05 +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 #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
json.py Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch. 2010-05-04 14:00:30 +00:00
python.py Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks to yishaibeeri for the report and test case. 2010-03-18 15:22:15 +00:00
pyyaml.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
xml_serializer.py Fixed #11486 -- Corrected the XML serializer to allow for the serialization of objects with a null PK value. Also includes migration of doctests to unittests (we have always been at war with doctests). Thanks to zdmytriv for the report, and Niall Kelly for the patch. 2010-09-19 14:04:34 +00:00