sage 2d8dcba03a Fixed #31829 -- Used JSONField __contains lookup on key transforms. 4 年之前
..
_ext 36a2e9607e Made default_role_error use logger. 4 年之前
_theme be534348f5 Fixed #16300 -- Improved singlehtml docs formatting with headers CSS. 4 年之前
faq b8b129e58c Removed reference to unsupported versions of Django and Python. 4 年之前
howto 52a0a03671 Corrected custom model fields how-to. 4 年之前
internals 3f2821af6b Fixed #31180 -- Configured applications automatically. 4 年之前
intro 25352dc019 Updated How to install Django on Windows guide. 4 年之前
man d51e090db2 Updated man page for Django 3.1 alpha. 4 年之前
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. 5 年之前
ref 628c4a26ee Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+. 4 年之前
releases ba691933ce Fixed #31836 -- Dropped support for JSONField __contains and __contained_by lookups on SQLite. 4 年之前
topics 2d8dcba03a Fixed #31829 -- Used JSONField __contains lookup on key transforms. 4 年之前
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 年之前
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 年之前
conf.py 6b9b2af735 Bumped version; master is now 3.2 pre-alpha. 4 年之前
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 年之前
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 年之前
index.txt bb13711451 Fixed #25712 -- Reorganized templates docs. 4 年之前
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 年之前
spelling_wordlist 2cd3e7eeaf Added Igbo language. 4 年之前

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/