Collin Anderson 769355c765 Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a through model. il y a 8 ans
..
_ext 7206601040 Fixed crash building translated docs since Sphinx 1.8. il y a 6 ans
_theme c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. il y a 6 ans
faq e626a3f993 Renamed Sqlite and Sqlite3 references to SQLite. il y a 6 ans
howto b7dbd5ff68 Fixed broken links to PyYAML page. il y a 6 ans
internals c8720e7696 Fixed #27685 -- Added watchman support to the autoreloader. il y a 6 ans
intro 885cb0d390 Fixed "lets" mistakes in docs. il y a 6 ans
man 253fcff90f Updated man page for Django 2.1 alpha. il y a 6 ans
misc 01f658644a Updated various links in docs to avoid redirects il y a 7 ans
ref 769355c765 Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a through model. il y a 6 ans
releases 769355c765 Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a through model. il y a 6 ans
topics 769355c765 Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a through model. il y a 6 ans
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. il y a 7 ans
README 37b13033c6 Removed sudo from pip commands in docs. il y a 10 ans
conf.py 7ed4713a90 Removed obsolete html_use_smartypants Sphinx option. il y a 6 ans
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 9 ans
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 9 ans
index.txt d293d68f6a Removed dead links to botbot.me. il y a 6 ans
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. il y a 12 ans
spelling_wordlist d6381d3559 Fixed #28990 -- Added autosummarize parameter to BrinIndex. il y a 6 ans

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/