summaryrefslogtreecommitdiff
path: root/django/core/serializers/base.py
AgeCommit message (Expand)Author
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-14Fixed #7052 -- Added support for natural keys in serialization.Russell Keith-Magee
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-07-30Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, d...Russell Keith-Magee
2008-07-18Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to...Adrian Holovaty
2008-06-09Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ...Russell Keith-Magee
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2008-03-18Fixed #5574 -- Serialize a FileField using its filename from the database, notMalcolm Tredinnick
2007-12-17Fixed #6110 -- Mark the python format serializer as for internal use only. T...Malcolm Tredinnick
2007-07-12Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-04-25Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris.Malcolm Tredinnick
2007-03-19Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...Russell Keith-Magee
2007-03-13Added various fixes to serializer implementations. Fixes mostly deal with han...Russell Keith-Magee
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2006-11-07Fixed #2701: Added "fields" argument to serializers.serialize. Thanks, Deryck.Jacob Kaplan-Moss
2006-08-31Fixed #2611 -- Fixed XML serializer to handle null datetime fields. Thanks fo...Adrian Holovaty
2006-06-29Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss
2006-06-28Added initial cut at serialization framework, along with some basic tests and...Jacob Kaplan-Moss