django1/django/core/serializers
Jacob Kaplan-Moss c485e236bd Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10088 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-18 16:55:59 +00:00
..
__init__.py Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00
base.py Removed oldforms, validators, and related code: 2008-08-27 07:19:44 +00:00
json.py Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, due to potential unicode issues. 2008-07-30 10:40:37 +00:00
python.py Fixed #8651: correctly deserialize objects with 0 for pk/fk. 2008-08-28 19:38:56 +00:00
pyyaml.py Fixed #10240 -- Restored YAML serialization with Decimal objects that broke with r9823. Thanks Alex Gaynor for the report. 2009-02-12 02:54:39 +00:00
xml_serializer.py Fixed #8134 -- Corrected serialization of m2m fields with intermediate models. Thanks to Rock Howard for the report, and kire for the test case. 2008-08-12 12:58:33 +00:00