summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Expand)Author
2024-10-24[5.1.x] Updated authentication solutions list on using REMOTE_USER how-to.AfiMaameDufie
2024-10-22[5.1.x] Restructured how-to docs landing page.Daniele Procida
2024-10-22[5.1.x] Fixed example indentation in howto/overriding-templates.txt.Mariusz Felisiak
2024-10-21[5.1.x] Updated Hypercorn links in docs/howto/deployment/asgi/hypercorn.txt.amirreza sohrabi far
2024-10-09[5.1.x] Refs #34900 -- Doc'd Python 3.13 compatibility.Mariusz Felisiak
2024-09-05[5.1.x] Updated instruction for deploying with Uvicorn and Gunicorn.SirenityK
2024-08-28[5.1.x] Fixed typos in docs/howto/initial-data.txt.Jacob Walls
2024-08-08[5.1.x] Refs #35591 -- Emphasized that runserver is not suitable for production.Andrew Miller
2024-08-05[5.1.x] Used :pypi: role in docs where appropriate.Mariusz Felisiak
2024-07-03[5.1.x] Fixed #35511 -- Documented when the py binary is unavailable on Windows.alexgmin
2024-06-09[5.1.x] Replaced usage of "patch" with more precise terms in faq, howto, and ...Andreu Vallbona
2024-03-07Fixed typos in docstrings and docs.cuinix
2024-01-30Corrected BaseCommand.check() signature in docs.evananyonga
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-11-29Refs #25778 -- Updated some links and references to HTTPS.Adam Johnson
2023-11-19Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x.Mariusz Felisiak
2023-11-17Removed obsolete warnings about asgiref.sync adapters with sensitive variables.Mariusz Felisiak
2023-11-15Removed obsolete sentence in custom model field docs.Giannis Terzopoulos
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-09-16Fixed typo in docs/howto/custom-file-storage.txt.therealrinku
2023-09-01Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.Sulabh Katila
2023-08-04Fixed #15799 -- Doc'd that Storage._open() should raise FileNotFoundError whe...anthony kugel
2023-07-11Fixed #34309 -- Doc'd how to fully delete an app.Marcelo Galigniana
2023-06-23Refs #31949 -- Made @sensitive_variables/sensitive_post_parameters decorators...Jon Janzen
2023-05-17Updated broken links in docs.Mariusz Felisiak
2023-04-17Used extlinks for PyPI links.Tim Graham
2023-03-30Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async func...Mariusz Felisiak
2023-03-22Doc'd use of asgiref.sync adapters with sensitive variables.Carlton Gibson
2023-03-22Refs #31949 -- Adjusted error reporting docs.Carlton Gibson
2023-03-22Refs #31949 -- Enabled @sensitive_variables to work with async functions.Jon Janzen
2023-03-07Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-18Refs #34233 -- Used str.removeprefix()/removesuffix().Mariusz Felisiak
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
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
2022-10-26Fixed #33606 -- Cleansed sessionid cookie in error reports.Tobias Bengfort
2022-10-26Fixed #34109 -- Updated instructions for running with Uvicorn.Simon Willison
2022-09-25Fixed #26975 -- Clarified how Django looks for fixture files.Filip Łajszczak
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
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-04-28Removed hyphen from pre-/re- prefixes.David
2022-04-28Added backticks to code literals in various docs.David
2022-04-06Fixed #33471 -- Made AlterField operation a noop when changing "choices".sarahboyce