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
Age
Commit message (
Expand
)
Author
2007-03-19
Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...
Russell Keith-Magee
2007-03-15
Fixed typo in docstring of YAML serializer.
Russell Keith-Magee
2007-03-15
Added implementation of --indent for the XML serializer.
Russell Keith-Magee
2007-03-13
Added various fixes to serializer implementations. Fixes mostly deal with han...
Russell Keith-Magee
2007-03-12
Added a YAML serializer built on PyYAML (http://pyyaml.org/). This serializer...
Jacob Kaplan-Moss
2007-03-01
Fixes #2333 -- Added test fixtures framework.
Russell Keith-Magee
2007-02-26
Fixed #3390: the serializer can now contain forward references. Thanks, Russ.
Jacob Kaplan-Moss
2007-01-27
Fixed a flaw in the serializers that prevented OneToOneFields being serialize...
Russell Keith-Magee
2006-11-07
Fixed #2894: XML deserializer now correctly handles null primary keys.
Jacob Kaplan-Moss
2006-11-07
Fixed #2921: deserialization no longer failes on NULL primary keys. Thanks, ...
Jacob Kaplan-Moss
2006-11-07
Fixed #2701: Added "fields" argument to serializers.serialize. Thanks, Deryck.
Jacob Kaplan-Moss
2006-10-30
Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...
Adrian Holovaty
2006-09-22
Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh.
Malcolm Tredinnick
2006-08-31
Fixed #2611 -- Fixed XML serializer to handle null datetime fields. Thanks fo...
Adrian Holovaty
2006-08-28
Fixed #2607 -- Fixed incorrect ordering of super() arguments in DateTimeAware...
Adrian Holovaty
2006-07-31
Fixed #2460 -- JSON serializer now correctly handles datetime objects. Thank...
Jacob Kaplan-Moss
2006-07-21
Fixed a bunch of spurious imports, typos, and other small errors turned up by...
Jacob Kaplan-Moss
2006-06-29
Added a JSON serializer, a few more tests, and a couple more lines of docs.
Jacob Kaplan-Moss
2006-06-28
Added initial cut at serialization framework, along with some basic tests and...
Jacob Kaplan-Moss