summaryrefslogtreecommitdiff
path: root/docs/index.txt
AgeCommit message (Collapse)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
This initial work adds a pair of settings to configure specific CSP directives for enforcing or reporting policy violations, a new `django.middleware.csp.ContentSecurityPolicyMiddleware` to apply the appropriate headers to responses, and a context processor to support CSP nonces in templates for safely inlining assets. Relevant documentation has been added for the 6.0 release notes, security overview, a new how-to page, and a dedicated reference section. Thanks to the multiple reviewers for their precise and valuable feedback. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
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
This work follows a comprehensive review conducted during the DjangoCon US 2023 sprints. Changes include: - Updated the title of the main page for better alignment with the content. - Removed emojis to enhance accessibility and avoid cultural specificity. - Improved the layout and navigation of contributing documentation. - Unified sections for communication channels and community links. - Grouped resources according to the Diátaxis systematic approach. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Co-authored-by: Daniele Procida <daniele@vurt.org>
2023-03-24Added Django Forum to mailing lists page.Carlton Gibson
2023-02-07Refs #34146 -- Fixed typos in tutorial. (#16530)Carlton Gibson
- Fixed formatting on index page. - Removed duplicate What's next section. Thanks to Tim Graham for the report.
2023-02-07Fixed #34146 -- Added 3rd-party lib tutorial step.Tim Schilling
Added a tutorial step that highlights Django Debug Toolbar, on of the most common third party packages. It also added a mention of djangopackages.com as a place to search for other libraries and a link to Adam Johnson’s post on evaluating whether a package is well-maintained. Third-party packages are one of Django’s strengths. This should give folks a sound route in.
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith
appropriate.
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
This implements support for asynchronous views, asynchronous tests, asynchronous middleware, and an asynchronous test client.
2020-01-03Fixed typo in docs/index.txt.Marya Belanger
First steps section is no longer below tutorials overview.
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
* Increased tocdepth to expose more complexity of topics. * Ensured deployment checklist is linked on main doc page.
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
This adds an ASGI handler, asgi.py file for the default project layout, a few async utilities and adds async-safety to many parts of Django.
2018-11-10Removed dead links to botbot.me.Tim Graham
2017-12-23Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
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
It's moved to https://www.djangoproject.com/foundation/teams/.
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
Added the AddIndex and RemoveIndex operations to use them in migrations. Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
Adds a reasonably feature complete implementation of full text search using the built in PostgreSQL engine. It uses public APIs from Expression and Lookup. With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel and many others for their advice and review. Particular thanks also go to the supporters of the contrib.postgres kickstarter.
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
Thanks Daniele Procida for coauthoring.
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
This makes room for a more general introduction about templating. Updated some links to point to the new location, but kept those that didn't talk specifically about the DTL.
2015-01-03Fixed #24070 -- Added tutorial topics to doc index.Bibhas
2014-12-27Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton
Added functions and tests Added docs and more tests Added TextField converter to mysql backend Aliased Value as V in example docs and tests Removed unicode_compatible in example Fixed console emulation in examples
2014-11-26Updated formtools docs to point at new package outside the Django repo.Jannis Leidel
Refs #23677.
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
Thanks Carl Meyer for django-secure and for reviewing. Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and Jorge Carleitao for reviews.
2014-08-01Introduced a technical board.Aymeric Augustin
Extended the scope of the core team a bit (depending on your current perspective on that scope).
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
Thanks Anssi and Tim for reviews.