django1/django/core/serializers
Russell Keith-Magee 0c115f12d7 Fixed #7676 -- Modified serializer registration to be thread safe. Thanks to mrts for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-15 11:53:49 +00:00
..
__init__.py Fixed #7676 -- Modified serializer registration to be thread safe. Thanks to mrts for the patch. 2008-08-15 11:53:49 +00:00
base.py Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, due to potential unicode issues. 2008-07-30 10:40:37 +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 #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
pyyaml.py Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, due to potential unicode issues. 2008-07-30 10:40:37 +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