summaryrefslogtreecommitdiff
path: root/django/core/serializers/__init__.py
AgeCommit message (Expand)Author
2008-08-15Fixed #7676 -- Modified serializer registration to be thread safe. Thanks to ...Russell Keith-Magee
2007-12-17Fixed #6110 -- Mark the python format serializer as for internal use only. T...Malcolm Tredinnick
2007-09-15Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk ...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-03-12Added a YAML serializer built on PyYAML (http://pyyaml.org/). This serializer...Jacob Kaplan-Moss
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...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