| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-27 | Followed style guide for model attribute ordering. | Matt Wiens | |
| 2018-12-27 | Fixed broken links to PyYAML page. | CHI Cheng | |
| 2018-09-28 | Refs #28909 -- Simplifed code using unpacking generalizations. | Sergey Fedoseev | |
| 2018-07-31 | Removed code terms from docs/spelling_wordlist. | Tim Graham | |
| 2018-07-13 | Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ↵ | Peter Inglesby | |
| fixtures. | |||
| 2018-01-07 | Updated various links in docs to use HTTPS. | Mariusz Felisiak | |
| 2017-09-22 | Removed versionadded/changed annotations for 1.11. | Tim Graham | |
| 2017-04-27 | Refs #27795 -- Replaced many force_text() with str() | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super() in docs. | chillaranand | |
| 2017-01-17 | Removed versionadded/changed annotations for 1.10. | Tim Graham | |
| 2016-07-14 | Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder. | Will Hardy | |
| 2016-06-28 | Fixed #15091 -- Allowed passing custom encoder to JSON serializer. | Berker Peksag | |
| 2016-06-07 | Fixed #26704 -- Documented DjangoJSONEncoder. | Tommy Beadle | |
| 2016-05-20 | Removed versionadded/changed annotations for 1.9. | Tim Graham | |
| 2016-05-08 | Fixed #26483 -- Updated docs.python.org links to use Intersphinx. | Tim Graham | |
| 2016-03-08 | Fixed #26256 -- Added note about primary key serialization | Claude Paroz | |
| Thanks Sonu kumar for the report and Tim Graham for the review. | |||
| 2016-02-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2016-01-14 | Fixed #23868 -- Added support for non-unique django-admin-options in docs. | Tim Graham | |
| Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review. | |||
| 2015-09-27 | Fixed #25468 -- Made DjangoJSONEncoder lazy string aware | Claude Paroz | |
| Thanks Stavros Korokithakis for the report and Tim Graham for the review. | |||
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2015-06-19 | Fixed #20197 -- Made XML serializer fail loudly when outputting ↵ | Claude Paroz | |
| unserializable chars Thanks Tim Graham for the review. | |||
| 2015-02-01 | Removed versionadded/changed notes for 1.7. | Tim Graham | |
| 2015-01-17 | Removed dumpdata --natural option and serializers use_natural_keys parameter. | Tim Graham | |
| Per deprecation timeline; refs #13252. | |||
| 2014-12-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-11-15 | Added a new GeoJSON serialization format for GeoDjango | Claude Paroz | |
| Thanks Reinout van Rees for the review. | |||
| 2014-11-03 | Fixed versionchanged indentation in docs/. | Berker Peksag | |
| 2014-10-21 | Removed unused import from the JSON serialization example. | Berker Peksag | |
| This is a leftover from 5612f54bd56086e2a375e86474ec734c172e7d1f. | |||
| 2014-08-13 | Fixed #23283 -- Added default=False to BooleanField's in the docs. | Ola Sitarska | |
| Thanks Baptiste for the suggestion. | |||
| 2014-03-24 | Removed versionadded/changed annotations for 1.6. | Tim Graham | |
| 2014-02-14 | Fixed #17942 -- Added a JsonResponse class to more easily create JSON ↵ | Lukasz Balcerzak | |
| encoded responses. Thanks leahculver for the suggestion and Erik Romijn, Simon Charette, and Marc Tamlyn for the reviews. | |||
| 2013-10-11 | Fixed #13252 -- Added ability to serialize with natural primary keys. | Tai Lee | |
| Added ``--natural-foreign`` and ``--natural-primary`` options and deprecated the ``--natural`` option to the ``dumpdata`` management command. Added ``use_natural_foreign_keys`` and ``use_natural_primary_keys`` arguments and deprecated the ``use_natural_keys`` argument to ``django.core.serializers.Serializer.serialize()``. Thanks SmileyChris for the suggestion. | |||
| 2013-08-19 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: docs/ref/django-admin.txt | |||
| 2013-08-19 | Removed versionadded/changed annotations for 1.5 | Tim Graham | |
| 2013-07-25 | More migration docs, and conversion of all easy syncdb references | Andrew Godwin | |
| 2013-05-16 | small typo, example pk=27 but description pk=24 | Stefan hr Berder | |
| 2013-04-20 | Adapted uses of versionchanged/versionadded to the new form. | Juan Catalano | |
| Refs #20104. | |||
| 2013-03-22 | Added missing markup to docs. | Tim Graham | |
| 2013-02-24 | Merge pull request #717 from slurms/ticket_19746 | Florian Apolloner | |
| Fixed #19746 -- Allow deserialization of pk-less data | |||
| 2013-02-24 | Added more details about the various serialization formats. | Horst Gutmann | |
| 2013-02-12 | Fixed #19746 -- Allow deserialization of pk-less data | Nick Sandford | |
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2012-12-26 | Fixed broken links, round 3. refs #19516 | Tim Graham | |
| 2012-11-03 | Fixed #6234 -- Removed obsolete note about json and ensure_ascii | Claude Paroz | |
| Thanks aaron at cellmap.ca for the report. | |||
| 2012-09-30 | Fixed #9279 -- Added ignorenonexistent option to loaddata | Preston Holmes | |
| Thanks to Roman Gladkov for the initial patch and Simon Charette for review. | |||
| 2012-08-07 | [py3] Ported django.utils.encoding. | Aymeric Augustin | |
| * Renamed smart_unicode to smart_text (but kept the old name under Python 2 for backwards compatibility). * Renamed smart_str to smart_bytes. * Re-introduced smart_str as an alias for smart_text under Python 3 and smart_bytes under Python 2 (which is backwards compatible). Thus smart_str always returns a str objects. * Used the new smart_str in a few places where both Python 2 and 3 want a str. | |||
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin | |
| Thanks Florian Apolloner for the patch. | |||
| 2012-05-05 | Made more extensive usage of context managers with open. | Claude Paroz | |
| 2012-05-03 | Fixed #18214 -- Clarified the docs about serializable objects. | Alex Ogier | |
| 2012-04-29 | Fixed #18023 -- Removed bundled simplejson. | Aymeric Augustin | |
| And started the deprecation path for django.utils.simplejson. Thanks Alex Ogier, Clueless, and other contributors for their work on the patch. | |||
