summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Collapse)Author
2020-06-02[3.0.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne
Backport of 9f4ceee90aaa2a6af8321417d79330f2fdc620ea from master
2020-05-29[3.0.x] Changed some doc links to use intersphinx.Jon Dufresne
Backport of 494ba27b5fe14e42e815edde6bd4a1216b29c935 from master
2020-05-27[3.0.x] Fixed #31628 -- Updated Windows install guide to recommend venv.David Smith
Backport of 922ff51f5ac34205f454d7b5786cef57f32b6ca3 from master
2020-05-25[3.0.x] Removed instructions for unsupported Apache versions.Claude Paroz
Backport of cfa0c0e252c680f574c8eea1118e6d11bf7e5fa5 from master
2020-04-01[3.0.x] Prevented (and corrected) single backtick usage in docs.Adam Johnson
Backport of 1cdfe8d91215eefaa18c398069dd9c6879a9511d from master.
2020-03-25[3.0.x] Improved sessions notes in deployment checklist.Adam Johnson
- Added note to clear old sessions when using database-backend. - Made note to consider the cache backend more generic. Backport of 66b06822d05ca1cf897745e7cb3c89adc53363ba from master
2020-03-10[3.0.x] Clarified SeparateDatabaseAndState docs and added example of ↵Adam Johnson
changing 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> Backport of a9ee6872bd9e1bacc2da827dbd5b9093f724e4a5 from master
2020-03-06[3.0.x] Added missing backticks in various docs.Mariusz Felisiak
Backport of 30ca66eadd1135d220ae1f0570bb0244c26b9d29 from master
2020-01-29[3.0.x] Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files ↵Abhijeet
how-to. Backport of a45c8d7ad04b73e33b6989c3ffa2b8c51ae3e83b from master
2020-01-21[3.0.x] Made examples concrete in upgrade documentation.Adam Johnson
Backport of e4bc4f26b27122f5887a5eea811ff985d9ab8b8d from master
2020-01-17[3.0.x] Fixed #31171 -- Fixed wording in auto-escaping section of custom ↵Takayuki Hirayama
template tags docs. Backport of 73563183c2ea92e9ef1d3a1f790a503acc14ade2 from master
2019-12-20[3.0.x] Refs #30767 -- Improved deployment documentation.Katie McLaughlin
Backport of abeb4599af5ea7a384e18ec6201a95c9e419b44a from master
2019-12-19[3.0.x] 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. Backport of d8b6a76bc745b21c6cf2b29c220a91bcae7fd3d7 from master
2019-12-18[3.0.x] 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. Backport of ef3baf966d73c71480198d6194fa277ef7daa87d from master
2019-11-19[3.0.x] Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.Hasan Ramezani
Backport of 33eecfa7405ea997669f8edb61c596c3f295c793 from master
2019-10-25[3.0.x] Fixed #30906 -- Fixed an example of using the template system to ↵Hasan Ramezani
generate CSV. Backport of 05c3ef26a203de1bc227e31b88999ff2e3b11abf from master
2019-10-09[3.0.x] Fixed #30858 -- Clarified that AdminEmailHandler processes all 5xx ↵Carlton Gibson
responses. Backport of 94eae4e5633fbf21f5dcae6e0472ce6a51dd3411 from master
2019-09-09Fixed #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-06Fixed #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-31Refs #30736 -- Added missing versionadded annotations for ↵Mariusz Felisiak
Storage.get_alternative_name(). Thanks Simon Charette for the report.
2019-08-30Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.yukihira1992
2019-08-17Fixed #30694 -- Documented FileResponse does not seek its file source.Claude Paroz
2019-07-16Updated WSGI servers ordering according to the more commonly used.Frank Wiles
2019-06-20Fixed #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-19Fixed typos in signals and custom management commands docs.Hasan Ramezani
2019-05-22Fixed datetime string format examples in docs/howto/custom-template-tags.txt.Alex Gaynor
2019-05-20Changed poll_id to poll_ids in examples of custom management commands.mentix02
2019-05-17Changed docs to link to Python's description of iterable.Jon Dufresne
2019-04-23Fixed #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-23Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django ↵Ramiro Morales
on Windows. Follow up to 37c17846ad6b02c6dca72e8087a279cca04a0c27.
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵Ramiro Morales
comments and hints.
2019-03-29Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-03-12Clarified deconstruct() in Custom Model Field docs.David Beitey
2019-02-08Removed extra characters in docs header underlines.Mariusz Felisiak
2019-02-08Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644.Himanshu Lakhara
2019-02-06Refs #27753 -- Favored SafeString over SafeText.Tim Graham
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2018-12-27Fixed broken links to PyYAML page.CHI Cheng
2018-12-06Fixed #29895 -- Doc'd why MySQL's atomic DDL statements don't work for ↵Rodrigo
atomic migrations.
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-11-10Updated some links to https and new locations.Mads Jensen
2018-10-11Simplified deployment checklist docs on customizing error views.Adam Johnson
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-09-11Emphasized that TemplatesSetting must be used to override widget templates.Stephen Finucane
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-23Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena
2018-08-04Refs #28540 -- Added FILE_UPLOAD_PERMISSIONS to deployment checklist.Carlton Gibson
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-06-16Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in ↵humbertotm
management commands.