django/docs
Sulabh Katila eceb5e2eea
Fixed #34806 -- Made cached_db session backend resilient to cache write errors.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2024-02-21 21:51:58 -03:00
..
_ext
_theme
faq Updated examples for 2.0+ release numbering in installation FAQ. 2023-12-15 06:16:02 +01:00
howto Corrected BaseCommand.check() signature in docs. 2024-01-30 11:10:38 +01:00
internals Fixed typo in docs/internals/contributing/writing-code/coding-style.txt. 2024-02-08 05:57:59 +01:00
intro
man
misc
ref Fixed #34806 -- Made cached_db session backend resilient to cache write errors. 2024-02-21 21:51:58 -03:00
releases Fixed #34806 -- Made cached_db session backend resilient to cache write errors. 2024-02-21 21:51:58 -03:00
topics Fixed #34806 -- Made cached_db session backend resilient to cache write errors. 2024-02-21 21:51:58 -03:00
Makefile
README.rst
conf.py
contents.txt
glossary.txt
index.txt
make.bat
requirements.txt
spelling_wordlist

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/