Ben Lomax 953f81e078 Refs #31949 -- Made @csrf_exempt decorator to work with async functions. 1 year ago
..
_ext 60ac77f32e Removed unnecessary workarounds for Sphinx < 4.3.0. 1 year ago
_theme ac90529cc5 Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2 years ago
faq aaf8c76c56 Fixed #34545 -- Corrected the number of months in installation FAQ. 1 year ago
howto 38e391e95f Refs #31949 -- Made @sensitive_variables/sensitive_post_parameters decorators to work with async functions. 1 year ago
internals 370a021780 Refs #34233 -- Bumped minimum supported version of Selenium to 4.8.0. 1 year ago
intro 6fbe5287ac Fixed typo in docs/intro/tutorial08.txt. 1 year ago
man 9409312eef Updated man page for Django 4.2 alpha. 2 years ago
misc 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 years ago
ref 953f81e078 Refs #31949 -- Made @csrf_exempt decorator to work with async functions. 1 year ago
releases 953f81e078 Refs #31949 -- Made @csrf_exempt decorator to work with async functions. 1 year ago
topics 953f81e078 Refs #31949 -- Made @csrf_exempt decorator to work with async functions. 1 year ago
Makefile 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. 2 years ago
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 years ago
conf.py 2c4dc64760 Used extlinks for PyPI links. 1 year ago
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 years ago
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 years ago
index.txt d33368b4ab Added Django Forum to mailing lists page. 2 years ago
make.bat 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. 2 years ago
requirements.txt 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. 2 years ago
spelling_wordlist adfb3dfa89 Fixed #33405, Refs #7177 -- Clarified docs for filter escapejs regarding safe and unsafe usages. 1 year ago

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/