Hisham Mahmood 182f262b15 Fixed #35606, Refs #34045 -- Fixed rendering of ModelAdmin.action_checkbox for models with a __html__ method. před 8 měsíci
..
_ext 289f48c71b Fixed typo in source file linking Sphinx extension. před 9 měsíci
_theme ac90529cc5 Fixed docs build with sphinxcontrib-spelling 7.5.0+. před 2 roky
faq 88966bc2fe Added references to the Django Discord server inside the FAQ docs. před 9 měsíci
howto 2e47dde438 Fixed #35511 -- Documented when the py binary is unavailable on Windows. před 8 měsíci
internals 55a2e3136b Replaced usage of "patch" with more precise terms in contributing docs. před 8 měsíci
intro dfd63ff434 Refs #35506 -- Reverted "global URLconf" to "root URLconf" in tutorial 1. před 8 měsíci
man b7c7209c67 Updated man page for Django 5.1 alpha. před 10 měsíci
misc 6f2c7cf6b4 Removed mention of designers in DTL design philosophy. před 1 rokem
ref 27043bde5b Refs #10941 -- Renamed query_string template tag to querystring. před 8 měsíci
releases 182f262b15 Fixed #35606, Refs #34045 -- Fixed rendering of ModelAdmin.action_checkbox for models with a __html__ method. před 8 měsíci
topics 82c71f0168 Relocated database setup details to install docs to simplify tutorial 2. před 8 měsíci
Makefile 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. před 2 roky
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. před 5 roky
conf.py b625764744 Bumped version; main is now 5.2 pre-alpha. před 10 měsíci
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. před 9 roky
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. před 9 roky
index.txt 85240139ca Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. před 9 měsíci
make.bat 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. před 2 roky
requirements.txt 6015bab80e Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. před 2 roky
spelling_wordlist 65ad4ade74 Refs #28900 -- Made SELECT respect the order specified by values(*selected). před 8 měsíci

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/