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
/
docs
/
topics
/
serialization.txt
Age
Commit message (
Expand
)
Author
2012-02-04
Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...
Jannis Leidel
2012-02-03
Edited serialization.txt changes from [17355]
Adrian Holovaty
2012-01-07
Fixed #16364 -- Clarified why automatically created data shouldn't be saved i...
Aymeric Augustin
2011-10-30
Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...
Ramiro Morales
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-30
Fixed doc references to `django.db.models.query.QuerySet` and converted some ...
Jannis Leidel
2011-04-26
Fixed #15889 -- when trying to access to access a serializer that doesn't exi...
Alex Gaynor
2010-12-21
Reverting r14994 (at request of SmileyChris) because of some backwards compat...
Russell Keith-Magee
2010-12-21
Fixes #13252 -- Use the natural key instead of the primary key when serializing
Chris Beaven
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-16
Fixed #14118 -- Removed a reference to the "Python" serializer.
Russell Keith-Magee
2010-08-07
Fixed #13661 -- Corrected example in the serialization docs. Thanks to jabapy...
Russell Keith-Magee
2010-07-05
Doc updates missed in [13423]
Luke Plant
2010-05-09
Fixed #13418 -- Added notes on uniqueness requirements for natural keys. Than...
Russell Keith-Magee
2010-02-14
Fixed #12840: mark natural key serialization in the docs as new in 1.2. Thank...
Jacob Kaplan-Moss
2009-12-18
Corrected an example in the natural key serialization docs. Thanks to Alex Ga...
Russell Keith-Magee
2009-12-14
Fixed #7052 -- Added support for natural keys in serialization.
Russell Keith-Magee
2009-05-02
Fixed #10954 -- Corrected error in docs example describing extending the JSON...
Russell Keith-Magee
2009-04-03
Fixed a whole bunch of small docs typos, errors, and ommissions.
Jacob Kaplan-Moss
2009-02-21
Fixed #10218 -- Reworded serialization.txt sentence to remove awkward quotes....
Adrian Holovaty
2009-01-06
Upgraded included simplejson to 2.0.7.
Malcolm Tredinnick
2008-11-01
Fixed #9374 -- Added missing close paren in serialization doc. Thanks jordy.
Karen Tracey
2008-09-03
Fixed #8701, a couple of bad links in the docs.
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss