django1/django/core/serializers
Chris Beaven b60d5df072 Fixes #13252 -- Use the natural key instead of the primary key when serializing
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14994 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-21 04:40:08 +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 Fixes #13252 -- Use the natural key instead of the primary key when serializing 2010-12-21 04:40:08 +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 Fixes #13252 -- Use the natural key instead of the primary key when serializing 2010-12-21 04:40:08 +00:00
pyyaml.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
xml_serializer.py Fixes #13252 -- Use the natural key instead of the primary key when serializing 2010-12-21 04:40:08 +00:00