django/docs
Claude Paroz ada7a4aefb Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()
This fixes a regression introduced by c5544d2892.
Thanks John Eskew for the reporti and Tim Graham for the review.
2016-03-04 21:14:14 +01:00
..
_ext
_theme
faq Changed gypsy to manouche in docs and tests. 2016-02-03 09:45:30 -05:00
howto Fixed #26303 -- Updated links to mod_wsgi docs. 2016-03-01 19:22:32 -05:00
internals Fixed #26309 -- Documented that login URL settings no longer support dotted paths. 2016-03-03 07:34:14 -05:00
intro
man
misc Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
ref Fixed #26321 -- Added missing "for_save" parameter in expressions example. 2016-03-03 19:36:03 -05:00
releases Fixed #26308 -- Prevented crash with binary URLs in is_safe_url() 2016-03-04 21:14:14 +01:00
topics Fixed #26295 -- Allowed using i18n_patterns() in any root URLconf. 2016-03-03 12:08:49 -05:00
Makefile
README
conf.py
contents.txt
glossary.txt
index.txt
make.bat
spelling_wordlist

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/