summaryrefslogtreecommitdiff
path: root/docs/howto
Commit message (Expand)AuthorAgeFilesLines
* Updated broken links in docs.Mariusz Felisiak2023-05-171-1/+1
* Used extlinks for PyPI links.Tim Graham2023-04-173-14/+7
* Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async func...Mariusz Felisiak2023-03-301-8/+0
* Doc'd use of asgiref.sync adapters with sensitive variables.Carlton Gibson2023-03-221-0/+11
* Refs #31949 -- Adjusted error reporting docs.Carlton Gibson2023-03-221-2/+2
* Refs #31949 -- Enabled @sensitive_variables to work with async functions.Jon Janzen2023-03-221-0/+8
* Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson2023-03-071-0/+19
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-0120-244/+305
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-283-14/+14
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-1013-43/+87
* Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak2023-01-181-1/+1
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-181-2/+2
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-172-7/+0
* Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda2023-01-122-6/+14
* Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda2023-01-121-0/+20
* Updated various links to HTTPS and new locations.Mariusz Felisiak2022-12-061-1/+1
* Fixed #34054 -- Created a new fixtures topic.Filip Lajszczak2022-11-021-2/+3
* Fixed #33606 -- Cleansed sessionid cookie in error reports.Tobias Bengfort2022-10-261-1/+5
* Fixed #34109 -- Updated instructions for running with Uvicorn.Simon Willison2022-10-261-2/+20
* Fixed #26975 -- Clarified how Django looks for fixture files.Filip Łajszczak2022-09-251-13/+26
* Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov2022-08-093-5/+5
* Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak2022-05-312-6/+6
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-171-2/+0
* Removed hyphen from pre-/re- prefixes.David2022-04-282-4/+4
* Added backticks to code literals in various docs.David2022-04-281-7/+8
* Fixed #33471 -- Made AlterField operation a noop when changing "choices".sarahboyce2022-04-061-0/+20
* Updated various links to HTTPS and new locations.Mariusz Felisiak2022-03-291-1/+1
* Fixed #33544 -- Expanded the TEMPLATES section of the Deployment checklist.Samuel Hartmann2022-03-221-2/+4
* Refs #28592 -- Improved some headings in CSRF how-to.Tomas McNamer2022-03-221-10/+10
* Refs #28592 -- Created a new CSRF how-to document.tommcn2022-03-172-0/+310
* Changed some words to use inline markup.David Smith2022-03-102-3/+3
* Optimized docs images.Mariusz Felisiak2022-02-251-0/+0
* Fixed #30360 -- Added support for secret key rotation.tschilling2022-02-011-0/+16
* Fixed #33048 -- Doc'd that DEBUG static files requests don't use middleware c...Kaushik Chintam2022-01-261-0/+4
* Fixed #33432 -- Fixed typo in docs/howto/outputting-csv.txt.Zeilentaucher2022-01-121-1/+1
* Used :source: role in docs/howto/custom-template-tags.txt.Mariusz Felisiak2021-10-141-2/+2
* Improved docs regarding UTF-8 support with Apache and mod_wsgi.Nick Frazier2021-10-081-3/+9
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-203-11/+0
* Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja2021-08-311-0/+8
* Used backend vendors in custom model fields docs.Mariusz Felisiak2021-08-241-2/+3
* Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall2021-08-173-3/+3
* Refs #32956 -- Updated words ending in -wards.David Smith2021-07-301-1/+1
* Refs #32880 -- Made remaining titles consistent in how-to documents.Mariusz Felisiak2021-07-294-12/+12
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-298-17/+17
* Refs #32956 -- Lowercased "internet" and "email" where appropriate.David Smith2021-07-282-2/+2
* Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith2021-07-272-2/+2
* Refs #32880 -- Made some titles consistent in how-to documents.Daniele Procida2021-07-1315-45/+45
* Refs #32880 -- Created a new logging how-to document.Daniele Procida2021-07-122-0/+344
* Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope2021-05-175-5/+5
* Fixed #26721 -- Doc'd setting UTF-8 on Windows.David Smith2021-05-121-0/+8