django/docs
Paul McMillan 85ba68cc14 [1.6.x] Increased default PBKDF2 iterations
Increases the default PBKDF2 iterations, since computers have gotten
faster since 2011. In the future, we plan to increment by 10% per
major version.

Backport of a075e2ad0d from master
2013-09-19 15:34:59 -04:00
..
_ext
_theme/djangodocs
faq
howto [1.6.x] Cleaned up 1.5.4/1.4.8 release notes 2013-09-15 14:22:24 -04:00
internals [1.6.x] Increased default PBKDF2 iterations 2013-09-19 15:34:59 -04:00
intro [1.6.x] Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation. 2013-09-13 09:30:12 -04:00
man
misc
ref [1.6.x] Fixed #21101 -- Updated urlize documentation to mention email addresses 2013-09-13 12:42:40 -04:00
releases [1.6.x] Increased default PBKDF2 iterations 2013-09-19 15:34:59 -04:00
topics [1.6.x] Added missing "in" in sentence. 2013-09-19 13:29:48 -04:00
conf.py
contents.txt
glossary.txt
index.txt [1.6.x] Fixed #21121: Added archive of security issues. 2013-09-19 15:02:52 +08:00
make.bat
Makefile
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 ``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.pocoo.org/