summaryrefslogtreecommitdiff
path: root/django/core/serializers/pyyaml.py
AgeCommit message (Expand)Author
2008-07-30Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, d...Russell Keith-Magee
2008-02-19Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).Malcolm Tredinnick
2007-12-17Fixed #6110 -- Mark the python format serializer as for internal use only. T...Malcolm Tredinnick
2007-12-04Fixed a bug introduced in [6891]: the "safe" YAML serializer can't handle tim...Jacob Kaplan-Moss
2007-12-04Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the plain ...Jacob Kaplan-Moss
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-01Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...Russell Keith-Magee
2007-03-15Fixed typo in docstring of YAML serializer.Russell Keith-Magee
2007-03-12Added a YAML serializer built on PyYAML (http://pyyaml.org/). This serializer...Jacob Kaplan-Moss