Mariusz Felisiak 8747052411 Added CVE-2021-44420 to security archive. %!s(int64=3) %!d(string=hai) anos
..
_ext f0480ddd2d Fixed crash building HTML docs since Sphinx 4.3. %!s(int64=3) %!d(string=hai) anos
_theme 4659a790cf Fixed #32860 -- Made docs permalinks focusable to improve accessibility. %!s(int64=3) %!d(string=hai) anos
faq 604df4e0ad Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x. %!s(int64=3) %!d(string=hai) anos
howto 94beb679a6 Used :source: role in docs/howto/custom-template-tags.txt. %!s(int64=3) %!d(string=hai) anos
internals 5d80843ebc Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret. %!s(int64=3) %!d(string=hai) anos
intro 9f3bd9dfc4 Corrected module reference in contributing tutorial. %!s(int64=3) %!d(string=hai) anos
man c1689e65ff Updated man page for Django 4.0 alpha. %!s(int64=3) %!d(string=hai) anos
misc 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. %!s(int64=3) %!d(string=hai) anos
ref 1eaf38fa87 Fixed #33335 -- Made model validation ignore functional unique constraints. %!s(int64=3) %!d(string=hai) anos
releases 8747052411 Added CVE-2021-44420 to security archive. %!s(int64=3) %!d(string=hai) anos
topics 528691d1b6 Fixed #33301 -- Clarified the type of arguments required by custom assertions. %!s(int64=3) %!d(string=hai) anos
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. %!s(int64=7) %!d(string=hai) anos
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. %!s(int64=5) %!d(string=hai) anos
conf.py adb4100e58 Refs #33247 -- Used XeLaTeX for PDF docs build. %!s(int64=3) %!d(string=hai) anos
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. %!s(int64=9) %!d(string=hai) anos
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. %!s(int64=9) %!d(string=hai) anos
index.txt 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. %!s(int64=3) %!d(string=hai) anos
make.bat 7582d913e7 Added spelling option to make.bat. %!s(int64=3) %!d(string=hai) anos
requirements.txt 447b6c866f Refs #33247 -- Corrected configuration for Read The Docs. %!s(int64=3) %!d(string=hai) anos
spelling_wordlist e43a131887 Added 'formatter' to spelling wordlist. %!s(int64=3) %!d(string=hai) anos

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/