Natalia 901ec7a217 [5.0.x] Added CVE-2024-45230 and CVE-2024-45231 to security archive. 2 месяцев назад
..
_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. 9 месяцев назад
ref 96d8404771 [5.0.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. 2 месяцев назад
releases 901ec7a217 [5.0.x] Added CVE-2024-45230 and CVE-2024-45231 to security archive. 2 месяцев назад
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 fbfa1b669a [5.0.x] Bumped django_next_version in docs config. 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/