summaryrefslogtreecommitdiff
path: root/docs/topics/serialization.txt
AgeCommit message (Expand)Author
2020-06-17Refs #30190 -- Minor edits to JSONL serializer.Mariusz Felisiak
2020-06-16Fixed #30190 -- Added JSONL serializer.Ali Vakilzade
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-04-28Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.Hasan Ramezani
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-04-24Changed tuple Mate.unique_together/permissions to lists in docs.Luke Plant
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-12-27Fixed broken links to PyYAML page.CHI Cheng
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-07-31Removed code terms from docs/spelling_wordlist.Tim Graham
2018-07-13Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...Peter Inglesby
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-07-14Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.Will Hardy
2016-06-28Fixed #15091 -- Allowed passing custom encoder to JSON serializer.Berker Peksag
2016-06-07Fixed #26704 -- Documented DjangoJSONEncoder.Tommy Beadle
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-03-08Fixed #26256 -- Added note about primary key serializationClaude Paroz
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2015-09-27Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-19Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...Claude Paroz
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-17Removed dumpdata --natural option and serializers use_natural_keys parameter.Tim Graham
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
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