Tim Graham d7e6b8febd Fixed typo in docs/topics/auth/customizing.txt. преди 8 години
..
_ext 0a63ef3f61 Fixed #27463 -- Fixed E741 flake8 warnings. преди 8 години
_theme 93452a70e8 Fixed many spelling mistakes in code, comments, and docs. преди 9 години
faq 74ed20b49a Replaced "django" with "Django" in spelling_wordlist. преди 8 години
howto 93a081946d Normalized casing of "custom user model". преди 8 години
internals 6252fd6314 Fixed #27532 -- Deprecated Model._meta.has_auto_field преди 8 години
intro 66505b72c5 Updated doc links to virtualenv website. преди 8 години
man 77b8d8cb6d Discouraged use of /tmp with predictable names. преди 9 години
misc bca9faae95 Fixed #26020 -- Normalized header stylings in docs. преди 9 години
ref aa2cb4c622 Refs #26327 -- Renamed JsonAgg to JSONBAgg. преди 8 години
releases 95238a7de8 Fixed #27321 -- Added detection for table case name sensitivity on MySQL. преди 8 години
topics d7e6b8febd Fixed typo in docs/topics/auth/customizing.txt. преди 8 години
Makefile b327a614eb Added an "htmlview" target to open docs after building them. преди 10 години
README 37b13033c6 Removed sudo from pip commands in docs. преди 10 години
conf.py a46742e738 Added a CVE role for Sphinx. преди 8 години
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. преди 9 години
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. преди 9 години
index.txt 156e2d59cf Fixed #26709 -- Added class-based indexes. преди 8 години
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. преди 12 години
spelling_wordlist 74ed20b49a Replaced "django" with "Django" in spelling_wordlist. преди 8 години

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 ``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/