index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
/
base.py
Age
Commit message (
Expand
)
Author
2007-07-12
Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ...
Russell Keith-Magee
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-04-25
Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris.
Malcolm Tredinnick
2007-03-19
Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...
Russell Keith-Magee
2007-03-13
Added various fixes to serializer implementations. Fixes mostly deal with han...
Russell Keith-Magee
2007-03-01
Fixes #2333 -- Added test fixtures framework.
Russell Keith-Magee
2006-11-07
Fixed #2701: Added "fields" argument to serializers.serialize. Thanks, Deryck.
Jacob Kaplan-Moss
2006-08-31
Fixed #2611 -- Fixed XML serializer to handle null datetime fields. Thanks fo...
Adrian Holovaty
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