Alexander Lyabah 415f50298f Fixed #32231 -- Allowed passing None params to QuerySet.raw(). пре 4 година
..
_ext 36a2e9607e Made default_role_error use logger. пре 4 година
_theme be534348f5 Fixed #16300 -- Improved singlehtml docs formatting with headers CSS. пре 4 година
faq e18156b6c3 Refs #31040 -- Doc'd Python 3.9 compatibility. пре 4 година
howto f1585c54d0 Fixed #31216 -- Added support for colorama terminal colors on Windows. пре 4 година
internals 429d089d0a Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in docs. пре 4 година
intro e251dd8230 Added python_requires/install_requires to setup.cfg example in reusable apps docs. пре 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 415f50298f Fixed #32231 -- Allowed passing None params to QuerySet.raw(). пре 4 година
releases 966ed414b2 Added stub release notes for 3.1.6. пре 4 година
topics 415f50298f Fixed #32231 -- Allowed passing None params to QuerySet.raw(). пре 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 656b331b13 Updated CVE URL. пре 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 bebd4cfa8f Fixed #32273 -- Doc'd AdminSite.unregister(). пре 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/