summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Expand)Author
2021-08-24[3.2.x] Used backend vendors in custom model fields docs.Mariusz Felisiak
2021-05-17[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and u...Nick Pope
2021-05-12[3.2.x] Fixed #26721 -- Doc'd setting UTF-8 on Windows.David Smith
2021-04-29[3.2.x] Refs #32694 -- Clarified when colorama requirement is needed in Windo...Carlton Gibson
2021-04-21[3.2.x] Fixed #32667 -- Added link to labeling checks in BaseCommand.requires...Abhyudai
2021-03-31[3.2.x] Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz
2021-02-25[3.2.x] Updated links to DEPs.Markus Holtermann
2021-02-05[3.2.x] Fixed #32419 -- Clarified URLconf in example of serving media files.Amankumar Singh
2021-01-19[3.2.x] Corrected versionadded annotations.Mariusz Felisiak
2020-11-11Fixed #31216 -- Added support for colorama terminal colors on Windows.MinchinWeb
2020-11-02Updated {% static %} tag examples in docs to use single quotes where appropri...Nikita Sobolev
2020-10-15Fixed #32105 -- Added template paths as ExceptionReporter class attributes.Aarni Koskela
2020-10-07Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.Tom Carrick
2020-09-29Updated ASGI uvicorn deployment docs.Thomas Grainger
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-08-28Fixed #31912 -- Removed strict=True in Path.resolve() in project template and...Mariusz Felisiak
2020-08-05Added Hypercorn to ASGI deployment guide. Phil Jones
2020-08-05Fixed #29336 -- Doc'd circular template inheritanceDavid Smith
2020-07-10Corrected custom model fields how-to.Ramiro Morales
2020-06-03Preferred usage of among/while to amongst/whilst.David Smith
2020-06-03Updated How to install Django on Windows guide.David Smith
2020-06-02Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne
2020-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg
2020-05-29Changed some doc links to use intersphinx.Jon Dufresne
2020-05-27Fixed #31628 -- Updated Windows install guide to recommend venv.David Smith
2020-05-25Removed instructions for unsupported Apache versions.Claude Paroz
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-05-13Used :envvar: role and .. envvar:: directive in various docs.Nick Pope
2020-05-13Used :pep: role in various docs.Nick Pope
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-04-30Fixed #25712 -- Reorganized templates docs.David Smith
2020-04-14Refs #29501 -- Allowed customizing exit status for management commands.Adam Johnson
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2020-03-25Improved sessions notes in deployment checklist.Adam Johnson
2020-03-21Updated settings example in overriding templates docs.Mariusz Felisiak
2020-03-10Clarified SeparateDatabaseAndState docs and added example of changing ManyToM...Adam Johnson
2020-03-06Added missing backticks in various docs.Mariusz Felisiak
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2020-01-29Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to.Abhijeet
2020-01-21Made examples concrete in upgrade documentation.Adam Johnson
2020-01-17Fixed #31171 -- Fixed wording in auto-escaping section of custom template tag...Takayuki Hirayama
2020-01-16Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.Pavel Lysak
2020-01-10Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.Carlton Gibson
2020-01-10Refs #23004 -- Allowed exception reporter filters to customize settings filte...Carlton Gibson
2019-12-20Refs #30767 -- Improved deployment documentation.Katie McLaughlin
2019-12-19Refs #28954 -- Remove remaining Jython documentation.Nick Pope
2019-12-18Updated Pytest example in upgrade documentation.Adam Johnson
2019-12-04Refs #20935 -- Removed duplicate ToC references.Fredrik
2019-11-19Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.Hasan Ramezani