django/docs
Aymeric Augustin cfe4ba6e90 [1.9.x] Fixed #26063 -- Crash when passing > 2000 params.
If SQLITE_MAX_VARIABLE_NUMBER (default = 999) is changed at compile time
to be greater than SQLITE_MAX_COLUMN (default = 2000), which Debian does
by setting the former to 250000, Django raised an exception on queries
containing more than 2000 parameters when DEBUG = True.

Backport of f91b5a7e4b from master
2016-01-21 10:48:47 +01:00
..
_ext
_theme
faq
howto [1.9.x] Removed an unncessary docs cross-reference for call_command(). 2016-01-12 18:02:20 -05:00
internals [1.9.x] Added missing period to "etc.". 2016-01-11 18:05:56 -05:00
intro [1.9.x] Added a missing import in tutorial 3. 2016-01-02 09:39:42 -05:00
man [1.9.x] Discouraged use of /tmp with predictable names. 2015-12-24 09:56:54 -05:00
misc
ref [1.9.x] Added docs about configuring CSRF support in AngularJS. 2016-01-15 10:16:57 -05:00
releases [1.9.x] Fixed #26063 -- Crash when passing > 2000 params. 2016-01-21 10:48:47 +01:00
topics [1.9.x] Added missing period to "etc.". 2016-01-11 18:05:56 -05:00
conf.py
contents.txt
glossary.txt
index.txt [1.9.x] Fixed typo in docs/index.txt. 2016-01-18 10:02:01 -05:00
make.bat
Makefile
README
spelling_wordlist

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/