shivaramkumar 2cfa3fba0c [5.0.x] Changed severity levels to list in security policy docs. vor 1 Jahr
..
_ext 0379e7532f [5.0.x] Applied Black's 2024 stable style. vor 1 Jahr
_theme ac90529cc5 Fixed docs build with sphinxcontrib-spelling 7.5.0+. vor 2 Jahren
faq ae35d5178b [5.0.x] Updated examples for 2.0+ release numbering in installation FAQ. vor 1 Jahr
howto 2822cafa3c [5.0.x] Corrected BaseCommand.check() signature in docs. vor 1 Jahr
internals 2cfa3fba0c [5.0.x] Changed severity levels to list in security policy docs. vor 1 Jahr
intro 0379e7532f [5.0.x] Applied Black's 2024 stable style. vor 1 Jahr
man efd6cbfadf [5.0.x] Updated man page for Django 5.0 rc1. vor 1 Jahr
misc a8f9c29d4b [5.0.x] Removed mention of designers in DTL design philosophy. vor 1 Jahr
ref 28d6db26a2 [5.0.x] Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting. vor 1 Jahr
releases 761946f8e1 [5.0.x] Fixed #35149 -- Fixed crashes of db_default with unresolvable output field. vor 1 Jahr
topics 58d5e5779c [5.0.x] Fixed typo in docs/topics/db/managers.txt. vor 1 Jahr
Makefile 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. vor 2 Jahren
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. vor 5 Jahren
conf.py fbfa1b669a [5.0.x] Bumped django_next_version in docs config. vor 1 Jahr
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. vor 9 Jahren
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. vor 9 Jahren
index.txt d33368b4ab Added Django Forum to mailing lists page. vor 2 Jahren
make.bat 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. vor 2 Jahren
requirements.txt 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. vor 2 Jahren
spelling_wordlist 0923472aa2 [5.0.x] Doc'd support for assistive technologies in the admin. vor 1 Jahr

README.rst

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/