summaryrefslogtreecommitdiff
path: root/docs/faq
AgeCommit message (Collapse)Author
2025-10-17[6.0.x] Refs #35844 -- Doc'd Python 3.14 compatibility.Mariusz Felisiak
Backport of 56977b466c33ca3da14a1ed2609172425a76a34e from main.
2025-09-17[6.0.x] Added backticks to email addresses in docs.Mariusz Felisiak
Backport of f8d2610d94333a8b0fd283851a6cf4ac2e2e2435 from main
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
2025-07-13Added Django ecosystem page to the documentation.Tim Schilling
2025-06-18Clarified that only latest dependency versions are valid for security reports.Jake Howard
2025-02-19Fixed #35908 -- Retired the django-developers and django-users mailing lists.Sarah Boyce
Co-authored-by: Chaitanya Rahalkar <chaitanyarahalkar@squareup.com>
2025-01-22Fixed #36125 -- Switched docs to use chat.djangoproject.com when referencing ↵Baptiste Mispelon
the Discord server.
2025-01-15Added stub release notes for 6.0.Sarah Boyce
2025-01-08Fixed #35999 -- Removed #django IRC channel references where appropriate.Sarah Boyce
Some references are replaced with links to the Django Discord server.
2025-01-08Strengthened wording on supported Python versions in FAQ.Carlton Gibson
2024-11-14Replaced message suggestions from IRC to Discord in contributing docs.AfiMaameDufie
2024-10-09Refs #34900 -- Doc'd Python 3.13 compatibility.Mariusz Felisiak
2024-06-26Added references to the Django Discord server inside the FAQ docs.raffaella
2024-06-09Replaced usage of "patch" with more precise terms in faq, howto, and intro docs.Andreu Vallbona
2024-05-22Added stub release notes for 5.2.Natalia
2024-05-13Replaced djangosites.org with builtwithdjango.com.ZeyadMoustafaKamal
2023-12-15Updated examples for 2.0+ release numbering in installation FAQ.Christian Clauss
2023-11-21Added VoiceOver iOS and macOS separately in admin FAQ.Thibaud Colas
Follow up to 6daf86058bb6fb922eb3fe3abae6f5c0e645020c.
2023-11-19Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x.Mariusz Felisiak
2023-11-17Doc'd support for assistive technologies in the admin.Thibaud Colas
2023-09-18Added stub release notes for 5.1.Mariusz Felisiak
2023-05-08Fixed #34545 -- Corrected the number of months in installation FAQ.Akash Kumar Sen
2023-04-06Fixed typos in docs/faq/contributing.txt.Rishi Joshi
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
2023-01-17Added stub release notes for 5.0.Mariusz Felisiak
2022-10-26Refs #33173 -- Doc'd Python 3.11 compatibility in Django 4.1.x.Mariusz Felisiak
2022-05-17Added stub release notes for 4.2.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-19Fixed #33644 -- Corrected FAQ about displaying ManyToManyField in list_filter.Dominik
2021-10-05Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.Mariusz Felisiak
2021-09-20Added stub release notes for 4.1.Mariusz Felisiak
2021-08-09Fixed some broken links and redirects in docs.Jacob Walls
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith
appropriate.
2021-06-03Refs #31356 -- Changed IRC links to the Libera.Chat webchat.Mariusz Felisiak
Follow up to 66491f08fe86629fa25977bb3dddda06959f65e7.
2021-05-20Changed IRC references to Libera.Chat.Mariusz Felisiak
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-04-15Fixed #32652 -- Fixed links to new contributors FAQ.Carlton Gibson
2021-01-14Added stub release notes for 4.0.Mariusz Felisiak
2020-10-13Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak
2020-06-03Removed reference to unsupported versions of Django and Python.David Smith
2020-05-29Corrected FAQ link in docs/faq/help.txt.Jon Dufresne
Without the leading slash, was pointing to Python's FAQ https://docs.python.org/3/faq/index.html.
2020-05-13Used :envvar: role and .. envvar:: directive in various docs.Nick Pope
2020-05-13Added stub release notes for 3.2.Mariusz Felisiak
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵Adam Johnson
comments.
2020-04-29Fixed #31356 -- Changed IRC links to the Freenode webchat.Hasan Ramezani
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2020-03-31Removed unused link in docs/faq/help.txt.Mariusz Felisiak
Unused since its introduction in 97cb07c3a10ff0e584a260a7ee1001614691eb1d.
2020-03-30Fixed links in Getting Help FAQ.Adam Johnson
Follow up to 6ef4c8aa9f887f72ebdacff229b9012686272e3a,