summaryrefslogtreecommitdiff
path: root/docs/topics/serialization.txt
Commit message (Expand)AuthorAgeFilesLines
* [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham2016-02-011-1/+1
* [1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ...Tim Graham2016-02-011-3/+3
* [1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-12/+12
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+2
* Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...Claude Paroz2015-06-191-0/+10
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-2/+0
* Removed dumpdata --natural option and serializers use_natural_keys parameter.Tim Graham2015-01-171-13/+0
* Used https for most *.python.org linksClaude Paroz2014-12-191-1/+1
* Added a new GeoJSON serialization format for GeoDjangoClaude Paroz2014-11-151-0/+5
* Fixed versionchanged indentation in docs/.Berker Peksag2014-11-031-6/+6
* Removed unused import from the JSON serialization example.Berker Peksag2014-10-211-1/+0
* Fixed #23283 -- Added default=False to BooleanField's in the docs.Ola Sitarska2014-08-131-1/+1
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-5/+0
* Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded...Lukasz Balcerzak2014-02-141-0/+2
* Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee2013-10-111-9/+50
* Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin2013-08-191-7/+4
|\
| * Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-7/+4
* | More migration docs, and conversion of all easy syncdb referencesAndrew Godwin2013-07-251-1/+1
|/
* small typo, example pk=27 but description pk=24Stefan hr Berder2013-05-161-1/+1
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-6/+6
* Added missing markup to docs.Tim Graham2013-03-221-12/+12
* Merge pull request #717 from slurms/ticket_19746Florian Apolloner2013-02-241-0/+10
|\
| * Fixed #19746 -- Allow deserialization of pk-less dataNick Sandford2013-02-121-0/+10
* | Added more details about the various serialization formats.Horst Gutmann2013-02-241-5/+91
|/
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-021-1/+3
* Fixed broken links, round 3. refs #19516Tim Graham2012-12-261-1/+1
* Fixed #6234 -- Removed obsolete note about json and ensure_asciiClaude Paroz2012-11-031-9/+0
* Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes2012-09-301-0/+8
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-2/+2
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-5/+0
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-2/+2
* Fixed #18214 -- Clarified the docs about serializable objects.Alex Ogier2012-05-031-4/+4
* Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin2012-04-291-16/+7
* Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...Jannis Leidel2012-02-041-1/+3
* Edited serialization.txt changes from [17355]Adrian Holovaty2012-02-031-2/+2
* Fixed #16364 -- Clarified why automatically created data shouldn't be saved i...Aymeric Augustin2012-01-071-36/+41
* Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...Ramiro Morales2011-10-301-1/+0
* Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant2011-10-141-9/+9
* Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel2011-09-301-3/+4
* Fixed #15889 -- when trying to access to access a serializer that doesn't exi...Alex Gaynor2011-04-261-0/+6
* Reverting r14994 (at request of SmileyChris) because of some backwards compat...Russell Keith-Magee2010-12-211-23/+0
* Fixes #13252 -- Use the natural key instead of the primary key when serializingChris Beaven2010-12-211-0/+23
* Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss2010-08-191-2/+0
* Fixed #14118 -- Removed a reference to the "Python" serializer.Russell Keith-Magee2010-08-161-4/+0
* Fixed #13661 -- Corrected example in the serialization docs. Thanks to jabapy...Russell Keith-Magee2010-08-071-1/+1
* Doc updates missed in [13423]Luke Plant2010-07-051-1/+1
* Fixed #13418 -- Added notes on uniqueness requirements for natural keys. Than...Russell Keith-Magee2010-05-091-6/+29
* Fixed #12840: mark natural key serialization in the docs as new in 1.2. Thank...Jacob Kaplan-Moss2010-02-141-1/+5
* Corrected an example in the natural key serialization docs. Thanks to Alex Ga...Russell Keith-Magee2009-12-181-1/+1
* Fixed #7052 -- Added support for natural keys in serialization.Russell Keith-Magee2009-12-141-2/+190