django/docs
Moayad Mardini e4eae5df0e [1.7.x] Fixed #22682 -- makemigrations will create MIGRATION_MODULES package
`makemigrations` will automatically create the package specified
in `MIGRATION_MODULES` if it doesn't already exist.

Thanks ovidiuc4 for the report.
2014-05-29 15:39:02 -07: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 #22682 -- makemigrations will create MIGRATION_MODULES package 2014-05-29 15:39:02 -07:00
releases [1.7.x] Fixed #22510 -- Harden field removal to only None. 2014-05-24 13:11:50 +01:00
topics [1.7.x] Fixed #22601 -- Added a note about model inheritance. 2014-05-27 20:11:51 -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/