django/docs
varunkasyap ef4715ef69 [6.0.x] Fixed #36733 -- Escaped attributes in Stylesheet.__str__().
Thanks Mustafa Barakat for the report, Baptiste Mispelon for
the triage, and Jake Howard for the review.

Backport of e05f2a7569 from main.
2025-11-18 17:16:27 -05:00
..
_ext
_theme
faq [6.0.x] Refs #35844 -- Doc'd Python 3.14 compatibility. 2025-10-17 19:26:34 +02:00
howto [6.0.x] Refs #35844 -- Doc'd Python 3.14 compatibility. 2025-10-17 19:26:34 +02:00
internals [6.0.x] Updated ticket triage process diagram and contributing docs. 2025-11-04 09:40:43 -03:00
intro [6.0.x] Refs #35844 -- Doc'd Python 3.14 compatibility. 2025-10-17 19:26:34 +02:00
man Updated man page for Django 6.0 alpha 1. 2025-09-17 14:20:40 -03:00
misc Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
ref [6.0.x] Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries. 2025-11-13 11:19:05 -05:00
releases [6.0.x] Fixed #36733 -- Escaped attributes in Stylesheet.__str__(). 2025-11-18 17:16:27 -05:00
topics [6.0.x] Fixed #26379 -- Doc'd that the first filter() on a many-to-many relation is sticky. 2025-11-17 15:15:41 -05:00
conf.py [6.0.x] Bumped django_next_version in docs config. 2025-09-17 14:54:41 -03:00
contents.txt Ensured :doc: role uses absolute targets in docs. 2025-08-28 13:48:32 -03:00
glossary.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
index.txt [6.0.x] Refs #35859 -- Mentioned tasks in the docs index. 2025-09-24 09:48:14 +02:00
lint.py Refs #36485 -- Corrected docs linter to detect too-long lines at file end. 2025-08-29 17:35:50 -04:00
make.bat Fixed #36485 -- Added lint-docs check in Tox and GitHub Actions. 2025-08-25 10:51:10 -03:00
Makefile Fixed #36485 -- Added lint-docs check in Tox and GitHub Actions. 2025-08-25 10:51:10 -03:00
README.rst
requirements.txt Refs #36485 -- Added sphinx-lint support and make lint rule for docs. 2025-08-25 10:51:10 -03:00
spelling_wordlist Fixed #35859 -- Added background Tasks framework interface. 2025-09-16 17:28:32 -03:00

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

It uses `ReST`_ (reStructuredText), and the `Sphinx`_ documentation system.
This allows it to be built into other forms for easier viewing and browsing.

To create an HTML version of the docs:

* Install Sphinx (using ``python -m pip install Sphinx`` or some other method).

* In this docs/ directory, type ``make html`` (or ``make.bat html`` on
  Windows) at a shell prompt.

The documentation in ``_build/html/index.html`` can then be viewed in a web
browser.

.. _ReST: https://docutils.sourceforge.io/rst.html
.. _Sphinx: https://www.sphinx-doc.org/