Daniel Izquierdo 89abecc75d Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones. 8 rokov pred
..
_ext 7206601040 Fixed crash building translated docs since Sphinx 1.8. 6 rokov pred
_theme c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. 6 rokov pred
faq b93a0e34d9 Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x. 5 rokov pred
howto 33eecfa740 Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt. 5 rokov pred
internals 11e327a3ff Fixed #30988 -- Deprecated the InvalidQuery exception. 5 rokov pred
intro 26554cf5d1 Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and docs. 5 rokov pred
man 513f137cfd Updated man page for 3.0 alpha release. 5 rokov pred
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. 5 rokov pred
ref 89abecc75d Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones. 5 rokov pred
releases 89abecc75d Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones. 5 rokov pred
topics 555bebe774 Fixed #30987 -- Added models.PositiveBigIntegerField. 5 rokov pred
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 rokov pred
README aed89adad5 Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints. 6 rokov pred
conf.py 0f2f517298 Bumped version; master is now 3.1 pre-alpha. 5 rokov pred
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 rokov pred
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 rokov pred
index.txt fee75d2aed Fixed #30767 -- Improved references to deployment documentation. 5 rokov pred
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 rokov pred
spelling_wordlist 72ebe85a26 Fixed #27910 -- Added enumeration helpers for use in Field.choices. 5 rokov pred

README

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

It uses ReST (reStructuredText) [1], and the Sphinx documentation system [2].
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.

[1] http://docutils.sourceforge.net/rst.html
[2] http://sphinx-doc.org/