index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
serializers
/
pyyaml.py
Age
Commit message (
Expand
)
Author
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-14
Fixed #7052 -- Added support for natural keys in serialization.
Russell Keith-Magee
2009-02-12
Fixed #10240 -- Restored YAML serialization with Decimal objects that broke w...
Brian Rosner
2008-07-30
Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, d...
Russell Keith-Magee
2008-02-19
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Malcolm Tredinnick
2007-12-17
Fixed #6110 -- Mark the python format serializer as for internal use only. T...
Malcolm Tredinnick
2007-12-04
Fixed a bug introduced in [6891]: the "safe" YAML serializer can't handle tim...
Jacob Kaplan-Moss
2007-12-04
Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the plain ...
Jacob Kaplan-Moss
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-01
Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...
Russell Keith-Magee
2007-03-15
Fixed typo in docstring of YAML serializer.
Russell Keith-Magee
2007-03-12
Added a YAML serializer built on PyYAML (http://pyyaml.org/). This serializer...
Jacob Kaplan-Moss