django1/django/core/serializers
Claude Paroz 3b5083bee5 Fixed #5423 -- Made dumpdata output one row at a time.
This should prevent storing all rows in memory when big sets of
data are dumped.
See ticket for heroic contributors.
2012-05-26 11:43:37 +02:00
..
__init__.py Fixed #15889 -- when trying to access to access a serializer that doesn't exist, raise a new SerializerDoesNotExist exception. Thanks to Mathieu Agopian for the patch. 2011-04-26 16:49:32 +00:00
base.py Fixed #5423 -- Made dumpdata output one row at a time. 2012-05-26 11:43:37 +02:00
json.py Fixed #5423 -- Made dumpdata output one row at a time. 2012-05-26 11:43:37 +02:00
python.py Fixed #5423 -- Made dumpdata output one row at a time. 2012-05-26 11:43:37 +02:00
pyyaml.py Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00
xml_serializer.py Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thanks, gnosek. 2012-02-04 18:27:07 +00:00