summaryrefslogtreecommitdiff
path: root/docs/index.txt
AgeCommit message (Expand)Author
2025-09-24Refs #35859 -- Mentioned tasks in the docs index.Mariusz Felisiak
2025-08-28Ensured :doc: role uses absolute targets in docs.Adam Johnson
2025-06-27Fixed #15727 -- Added Content Security Policy (CSP) support.Rob Hudson
2024-06-09Replaced usage of "patch" with more precise terms in faq, howto, and intro docs.Andreu Vallbona
2024-01-11Reorganized the Contributing to Django docs.Mark Walker
2023-03-24Added Django Forum to mailing lists page.Carlton Gibson
2023-02-07Refs #34146 -- Fixed typos in tutorial. (#16530)Carlton Gibson
2023-02-07Fixed #34146 -- Added 3rd-party lib tutorial step.Tim Schilling
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2020-04-30Fixed #25712 -- Reorganized templates docs.David Smith
2020-03-26Rewrote Get Help FAQ.Adam Johnson
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2020-01-03Fixed typo in docs/index.txt.Marya Belanger
2019-12-31Refs #30780 -- Moved "First steps" section to the top of index page.Gabriel Augendre
2019-12-03Refs #30451 -- Doc'd asynchronous support and async-safety.Andrew Godwin
2019-09-09Fixed #30767 -- Improved references to deployment documentation.Katie McLaughlin
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2018-11-10Removed dead links to botbot.me.Tim Graham
2017-12-23Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
2017-07-21Refs #17453 -- Fixed broken link to #django IRC logs.Tim Graham
2017-07-11Updated name of topics/db/queries link on index.Tom
2017-03-14Replaced docs/internals/team.txt with DSF teams page.Tobias McNulty
2017-02-15Removed docs/internals/roles.txt.Tim Graham
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-18Fixed typo in docs/index.txt.auvipy
2015-12-31Fixed #26003 -- Added "how the documentation is organized" sections.Tim Graham
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16Changed section title from "Model syntax" to "Introduction to models".Mikey Ariel
2015-06-09Fixed #24961 -- Added links to all auth docs pages from index.Daniel Roseman
2015-05-28Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.João Luiz Lorencetti
2015-05-22Fixed #24839 -- Removed references to deprecated contrib.webdesign.Tim Graham
2015-03-25Fixed #23814 -- Documented apps refactored out of Django.Fabio Natali
2015-02-03Added a "Writing migrations" how-to.Tim Graham
2015-01-17Removed FastCGI support per deprecation timeline; refs #20766.Tim Graham
2015-01-12Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski
2015-01-12Fixed #23878 -- Moved Query and Prefetch documentationNg Zhi An
2015-01-10Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin
2015-01-03Fixed #24070 -- Added tutorial topics to doc index.Bibhas
2014-12-27Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton
2014-11-26Updated formtools docs to point at new package outside the Django repo.Jannis Leidel
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-11-03Moved CSRF docs out of contrib.Thomas Chaumeny
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-08-01Introduced a technical board.Aymeric Augustin
2014-08-01Renamed "committers" to "team".Aymeric Augustin
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-08Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão