Sarah Boyce baf63eb098 [5.0.x] Added stub release notes and release date for 5.0.10, and 4.2.17. il y a 17 heures
..
_ext 0379e7532f [5.0.x] Applied Black's 2024 stable style. il y a 10 mois
_theme ac90529cc5 Fixed docs build with sphinxcontrib-spelling 7.5.0+. il y a 2 ans
faq dc164bdb9f [5.0.x] Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. il y a 5 mois
howto dc164bdb9f [5.0.x] Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. il y a 5 mois
internals 85e2b08068 [5.0.x] Fixed broken links and redirects in docs. il y a 8 mois
intro 830340037b [5.0.x] Fixed 35506 -- Clarified initial references to URLconf in tutorial 1. il y a 4 mois
man efd6cbfadf [5.0.x] Updated man page for Django 5.0 rc1. il y a 1 an
misc a8f9c29d4b [5.0.x] Removed mention of designers in DTL design philosophy. il y a 10 mois
ref 96d8404771 [5.0.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. il y a 2 mois
releases baf63eb098 [5.0.x] Added stub release notes and release date for 5.0.10, and 4.2.17. il y a 16 heures
topics 96d8404771 [5.0.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. il y a 2 mois
Makefile 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. il y a 1 an
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. il y a 4 ans
conf.py c8ce36bb7b [5.0.x] Fixed docs build on Sphinx 8.1+. il y a 1 jour
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 8 ans
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 8 ans
index.txt dc164bdb9f [5.0.x] Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. il y a 5 mois
make.bat 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. il y a 1 an
requirements.txt 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. il y a 1 an
spelling_wordlist 0923472aa2 [5.0.x] Doc'd support for assistive technologies in the admin. il y a 1 an

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/