django/docs
Craig de Stigter 724e600872 [1.7.x] Fixed #22690 -- Added a check for proxy models containing fields.
Removed the FieldError raised by ModelBase.__new__ in this case.

Backport of ce993efda8 from master
2014-06-02 09:34:31 -04:00
..
_ext
_theme
faq [1.7.x] Used link label in models FAQ to ease translation 2014-05-22 09:48:04 +02:00
howto [1.7.x] Fixed #22619 -- Corrected description of os.path. 2014-05-12 18:58:11 -04:00
internals [1.7.x] Updated some docs for the delayed deprecation of legacy table creation; refs #22340. 2014-05-07 09:04:21 -04:00
intro [1.7.x] Reordered tutorial 1 so that the database is configured first. 2014-05-05 13:42:36 -04:00
man
misc
ref [1.7.x] Fixed #22690 -- Added a check for proxy models containing fields. 2014-06-02 09:34:31 -04:00
releases [1.7.x] Improved deprecation plan links in release notes. 2014-05-29 18:58:55 -04:00
topics [1.7.x] Fixed #21938 -- Moved documentation for error views to reference guide. 2014-06-01 13:07:19 -04:00
conf.py [1.7.x] Fixed several typos in Django 2014-05-29 07:53:02 -04:00
contents.txt
glossary.txt
index.txt [1.7.x] Link new testing tools document from main index. 2014-05-10 23:29:42 -03:00
make.bat
Makefile
README
spelling_wordlist [1.7.x] Added a word to the docs wordlist. 2014-05-27 19:48:50 -04:00

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