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

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/