summaryrefslogtreecommitdiff
path: root/docs/topics/serialization.txt
AgeCommit message (Expand)Author
2014-10-21Removed unused import from the JSON serialization example.Berker Peksag
2014-08-13Fixed #23283 -- Added default=False to BooleanField's in the docs.Ola Sitarska
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-02-14Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak
2013-10-11Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-05-16small typo, example pk=27 but description pk=24Stefan hr Berder
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-22Added missing markup to docs.Tim Graham
2013-02-24Merge pull request #717 from slurms/ticket_19746Florian Apolloner
2013-02-24Added more details about the various serialization formats.Horst Gutmann
2013-02-12Fixed #19746 -- Allow deserialization of pk-less dataNick Sandford
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-11-03Fixed #6234 -- Removed obsolete note about json and ensure_asciiClaude Paroz
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Fixed #18214 -- Clarified the docs about serializable objects.Alex Ogier
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-02-04Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...Jannis Leidel
2012-02-03Edited serialization.txt changes from [17355]Adrian Holovaty
2012-01-07Fixed #16364 -- Clarified why automatically created data shouldn't be saved i...Aymeric Augustin
2011-10-30Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...Ramiro Morales
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-04-26Fixed #15889 -- when trying to access to access a serializer that doesn't exi...Alex Gaynor
2010-12-21Reverting r14994 (at request of SmileyChris) because of some backwards compat...Russell Keith-Magee
2010-12-21Fixes #13252 -- Use the natural key instead of the primary key when serializingChris Beaven
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-16Fixed #14118 -- Removed a reference to the "Python" serializer.Russell Keith-Magee
2010-08-07Fixed #13661 -- Corrected example in the serialization docs. Thanks to jabapy...Russell Keith-Magee
2010-07-05Doc updates missed in [13423]Luke Plant
2010-05-09Fixed #13418 -- Added notes on uniqueness requirements for natural keys. Than...Russell Keith-Magee
2010-02-14Fixed #12840: mark natural key serialization in the docs as new in 1.2. Thank...Jacob Kaplan-Moss
2009-12-18Corrected an example in the natural key serialization docs. Thanks to Alex Ga...Russell Keith-Magee
2009-12-14Fixed #7052 -- Added support for natural keys in serialization.Russell Keith-Magee
2009-05-02Fixed #10954 -- Corrected error in docs example describing extending the JSON...Russell Keith-Magee
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-02-21Fixed #10218 -- Reworded serialization.txt sentence to remove awkward quotes....Adrian Holovaty
2009-01-06Upgraded included simplejson to 2.0.7.Malcolm Tredinnick
2008-11-01Fixed #9374 -- Added missing close paren in serialization doc. Thanks jordy.Karen Tracey
2008-09-03Fixed #8701, a couple of bad links in the docs.Jacob Kaplan-Moss
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss