summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Collapse)Author
2023-03-22[4.2.x] Doc'd use of asgiref.sync adapters with sensitive variables.Carlton Gibson
Backport of 6087bc4e15e89d968396807f8485f4b5624c4f03 from main.
2023-03-07[4.2.x] Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson
Backport of 279e611c017b5fcc055263e760de1495a9098ede from main
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting ↵Joseph Victor Zammit
issues in docs. Backport of ba755ca13123d2691a0926ddb64e5d0a2906a880 from main
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. Backport of 534ac4829764f317cf2fbc4a18354fcc998c1425 from main.
2023-01-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2023-01-12Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda
2022-12-06Updated various links to HTTPS and new locations.Mariusz Felisiak
2022-11-02Fixed #34054 -- Created a new fixtures topic.Filip Lajszczak
Moved material from django-admin document into a new document, and added new material. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2022-10-26Fixed #33606 -- Cleansed sessionid cookie in error reports.Tobias Bengfort
Co-authored-by: Simon Charette <charette.s@gmail.com>
2022-10-26Fixed #34109 -- Updated instructions for running with Uvicorn.Simon Willison
Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org>
2022-09-25Fixed #26975 -- Clarified how Django looks for fixture files.Filip Łajszczak
Co-Authored-By: Daniel Brotsky <dev@brotsky.com>
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked.
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-04-28Removed hyphen from pre-/re- prefixes.David
"prepopulate", "preload", and "preprocessing" are already in the spelling_wordlist. This also removes hyphen from double "e" combinations with "pre" and "re", e.g. preexisting, preempt, reestablish, or reenter. See also: - https://ahdictionary.com/word/search.html?q=rerun - https://ahdictionary.com/word/search.html?q=recreate - https://ahdictionary.com/word/search.html?q=predetermined - https://ahdictionary.com/word/search.html?q=reuse - https://ahdictionary.com/word/search.html?q=reopening
2022-04-28Added backticks to code literals in various docs.David
2022-04-06Fixed #33471 -- Made AlterField operation a noop when changing "choices".sarahboyce
This also allows customizing attributes of fields that don't affect a column definition.
2022-03-29Updated various links to HTTPS and new locations.Mariusz Felisiak
2022-03-22Fixed #33544 -- Expanded the TEMPLATES section of the Deployment checklist.Samuel Hartmann
Clarified that the cached template loader is enabled by default when DEBUG = False.
2022-03-22Refs #28592 -- Improved some headings in CSRF how-to.Tomas McNamer
2022-03-17Refs #28592 -- Created a new CSRF how-to document.tommcn
2022-03-10Changed some words to use inline markup.David Smith
2022-02-25Optimized docs images.Mariusz Felisiak
2022-02-01Fixed #30360 -- Added support for secret key rotation.tschilling
Thanks Florian Apolloner for the implementation idea. Co-authored-by: Andreas Pelme <andreas@pelme.se> Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Co-authored-by: Vuyisile Ndlovu <terrameijar@gmail.com>
2022-01-26Fixed #33048 -- Doc'd that DEBUG static files requests don't use middleware ↵Kaushik Chintam
chain.
2022-01-12Fixed #33432 -- Fixed typo in docs/howto/outputting-csv.txt.Zeilentaucher
2021-10-14Used :source: role in docs/howto/custom-template-tags.txt.Mariusz Felisiak
2021-10-08Improved docs regarding UTF-8 support with Apache and mod_wsgi.Nick Frazier
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-08-31Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja
This also suppresses -verbosity and --trackback options in the runserver's help.
2021-08-24Used backend vendors in custom model fields docs.Mariusz Felisiak
2021-08-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-07-30Refs #32956 -- Updated words ending in -wards.David Smith
AP styleguide: Virtually none of the words ending with -wards end with an s.
2021-07-29Refs #32880 -- Made remaining titles consistent in how-to documents.Mariusz Felisiak
Follow up to 22fbebc7444c8974f101c146f0fc18fe64ab48f6.
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith
appropriate.
2021-07-28Refs #32956 -- Lowercased "internet" and "email" where appropriate.David Smith
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith
This also removes unnecessary comments with the previous spelling. AP Stylebook has a short entry to advise the preferred spelling for "en-us". "Afterwards" is preferred in British English.
2021-07-13Refs #32880 -- Made some titles consistent in how-to documents.Daniele Procida
This retitles documents for consistency, since some already (correctly) begin "How to...".
2021-07-12Refs #32880 -- Created a new logging how-to document.Daniele Procida
Moved how-to material from topic document into a new document, and added new material. Introduced minor improvements to logging reference document.
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-05-12Fixed #26721 -- Doc'd setting UTF-8 on Windows.David Smith
2021-04-29Refs #32694 -- Clarified when colorama requirement is needed in Windows how-to.Carlton Gibson
2021-04-21Fixed #32667 -- Added link to labeling checks in ↵Abhyudai
BaseCommand.requires_system_checks docs. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-03-31Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz
Refs #32316.
2021-02-25Updated links to DEPs.Markus Holtermann
2021-02-06Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and ↵Markus Holtermann
docs where appropriate.
2021-02-05Fixed #32419 -- Clarified URLconf in example of serving media files.Amankumar Singh
2021-01-19Corrected versionadded annotations.Mariusz Felisiak
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak