| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-10 | Clarified SeparateDatabaseAndState docs and added example of changing ↵ | Adam Johnson | |
| ManyToManyField. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-Authored-By: Carlton Gibson <carlton.gibson@noumenal.es> Co-Authored-By: René Fleschenberg <rene@fleschenberg.net> | |||
| 2020-03-06 | Added missing backticks in various docs. | Mariusz Felisiak | |
| 2020-02-04 | Simplified imports from django.db and django.contrib.gis.db. | Nick Pope | |
| 2020-01-29 | Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to. | Abhijeet | |
| 2020-01-21 | Made examples concrete in upgrade documentation. | Adam Johnson | |
| 2020-01-17 | Fixed #31171 -- Fixed wording in auto-escaping section of custom template ↵ | Takayuki Hirayama | |
| tags docs. | |||
| 2020-01-16 | Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports. | Pavel Lysak | |
| 2020-01-10 | Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter. | Carlton Gibson | |
| Co-authored-by: Ryan Castner <castner.rr@gmail.com> | |||
| 2020-01-10 | Refs #23004 -- Allowed exception reporter filters to customize settings ↵ | Carlton Gibson | |
| filtering. Thanks to Tim Graham for the original implementation idea. Co-authored-by: Daniel Maxson <dmaxson@ccpgames.com> | |||
| 2019-12-20 | Refs #30767 -- Improved deployment documentation. | Katie McLaughlin | |
| 2019-12-19 | Refs #28954 -- Remove remaining Jython documentation. | Nick Pope | |
| There is still no further progress on Jython 3 since support for Jython was stripped in Django 2.0. The developers experimenting with Jython 3 have stated that they would need to start from scratch, so it doesn't look as though it will materialize for years to come. Python 2 and Django 1.11, the last version to support Python 2.7, will both be end-of-life before Django 3.1 is released. We should no longer instruct users to use an unsupported version of Django. | |||
| 2019-12-18 | Updated Pytest example in upgrade documentation. | Adam Johnson | |
| Pytest changed their recommended entrypoint to 'pytest' in version 3.0.0 in 2016 : https://docs.pytest.org/en/latest/changelog.html#id1009. Also link the name since this is the only reference in the Django documentation at current. | |||
| 2019-12-04 | Refs #20935 -- Removed duplicate ToC references. | Fredrik | |
| These sections are being referred to already from other locations. Having multiple references to the same location from the ToC is ambiguous, and causes errors in the EPUB build. | |||
| 2019-11-19 | Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt. | Hasan Ramezani | |
| 2019-11-07 | Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ↵ | Jon Dufresne | |
| docs. Thanks Curtis Maloney for the original patch. | |||
| 2019-10-25 | Fixed #30906 -- Fixed an example of using the template system to generate CSV. | Hasan Ramezani | |
| 2019-10-09 | Fixed #30858 -- Clarified that AdminEmailHandler processes all 5xx responses. | Carlton Gibson | |
| 2019-10-02 | Fixed some typos in comments and docs. | Min ho Kim | |
| Thanks to Mads Jenson for review. | |||
| 2019-09-10 | Removed versionadded/changed annotations for 2.2. | Mariusz Felisiak | |
| 2019-09-09 | Fixed #30767 -- Improved references to deployment documentation. | Katie McLaughlin | |
| * Increased tocdepth to expose more complexity of topics. * Ensured deployment checklist is linked on main doc page. | |||
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-08-31 | Refs #30736 -- Added missing versionadded annotations for ↵ | Mariusz Felisiak | |
| Storage.get_alternative_name(). Thanks Simon Charette for the report. | |||
| 2019-08-30 | Fixed #30736 -- Added Storage.get_alternative_name() to allow customization. | yukihira1992 | |
| 2019-08-17 | Fixed #30694 -- Documented FileResponse does not seek its file source. | Claude Paroz | |
| 2019-07-16 | Updated WSGI servers ordering according to the more commonly used. | Frank Wiles | |
| 2019-06-20 | Fixed #30451 -- Added ASGI handler and coroutine-safety. | Andrew Godwin | |
| This adds an ASGI handler, asgi.py file for the default project layout, a few async utilities and adds async-safety to many parts of Django. | |||
| 2019-06-19 | Fixed typos in signals and custom management commands docs. | Hasan Ramezani | |
| 2019-05-22 | Fixed datetime string format examples in docs/howto/custom-template-tags.txt. | Alex Gaynor | |
| 2019-05-20 | Changed poll_id to poll_ids in examples of custom management commands. | mentix02 | |
| 2019-05-17 | Changed docs to link to Python's description of iterable. | Jon Dufresne | |
| 2019-04-23 | Fixed #30365 -- Fixed syntax highlighting in SQL examples. | Daniel Musketa | |
| Sphinx interprets some "%[a-z]" in SQL statements as a "Literal.String.Interpol" which leads to incorrect highlighting. | |||
| 2019-04-23 | Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django ↵ | Ramiro Morales | |
| on Windows. Follow up to 37c17846ad6b02c6dca72e8087a279cca04a0c27. | |||
| 2019-04-18 | Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵ | Ramiro Morales | |
| comments and hints. | |||
| 2019-03-29 | Removed unnecessary /static from links to PostgreSQL docs. | Nick Pope | |
| 2019-03-12 | Clarified deconstruct() in Custom Model Field docs. | David Beitey | |
| 2019-02-08 | Removed extra characters in docs header underlines. | Mariusz Felisiak | |
| 2019-02-08 | Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644. | Himanshu Lakhara | |
| 2019-02-06 | Refs #27753 -- Favored SafeString over SafeText. | Tim Graham | |
| 2019-01-30 | Fixed #30116 -- Dropped support for Python 3.5. | Tim Graham | |
| 2019-01-17 | Removed versionadded/changed annotations for 2.1. | Tim Graham | |
| 2018-12-27 | Fixed broken links to PyYAML page. | CHI Cheng | |
| 2018-12-06 | Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work for ↵ | Rodrigo | |
| atomic migrations. | |||
| 2018-11-15 | Used auto-numbered lists in documentation. | François Freitag | |
| 2018-11-10 | Updated some links to https and new locations. | Mads Jensen | |
| 2018-10-11 | Simplified deployment checklist docs on customizing error views. | Adam Johnson | |
| 2018-09-26 | Refs #29784 -- Switched to https:// links where available. | Jon Dufresne | |
| 2018-09-11 | Emphasized that TemplatesSetting must be used to override widget templates. | Stephen Finucane | |
| 2018-09-10 | Refs #20910 -- Replaced snippet directive with code-block. | Curtis Maloney | |
| 2018-08-23 | Fixed #29048 -- Added **extra_context to database function as_vendor() methods. | priyanshsaxena | |
| 2018-08-04 | Refs #28540 -- Added FILE_UPLOAD_PERMISSIONS to deployment checklist. | Carlton Gibson | |
