django1/django/core/serializers
Russell Keith-Magee 56bbe0aa46 Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, due to potential unicode issues.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8151 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-30 10:40:37 +00:00
..
__init__.py Fixed #6110 -- Mark the python format serializer as for internal use only. Thanks, empty. 2007-12-17 06:53:15 +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 #6110 -- Mark the python format serializer as for internal use only. Thanks, empty. 2007-12-17 06:53:15 +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 #4558 -- Modified XML serializer to handle whitespace better around None tags. Thanks to Bill Fenner <fenner@gmail.com> for the report and fix. 2007-07-20 12:07:58 +00:00