Gabriel Hurley 7f2b36050e Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" throughout the docs. Replaced with the (RFC 2396-compliant) terms "absolute path reference" or "absolute path" as appropriate for the context. Thanks to sharan666 for the report, and Malcolm, Chris, and dwillis for their work in supplying a solution and patch. před 14 roky
..
_ext 57f49453c7 Fixed hyperlinking of template tags/filters in offline docs so that non-builtin tags/filters are not hyperlinked to a page where no docs for them exist před 14 roky
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. před 14 roky
faq 7f2b36050e Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" throughout the docs. Replaced with the (RFC 2396-compliant) terms "absolute path reference" or "absolute path" as appropriate for the context. Thanks to sharan666 for the report, and Malcolm, Chris, and dwillis for their work in supplying a solution and patch. před 14 roky
howto 4239bb0f35 Documented options accepted by the runfcgi management command. před 14 roky
internals 0fcb094557 Fixed #6735 -- Added class-based views. před 14 roky
intro 7f2b36050e Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" throughout the docs. Replaced with the (RFC 2396-compliant) terms "absolute path reference" or "absolute path" as appropriate for the context. Thanks to sharan666 for the report, and Malcolm, Chris, and dwillis for their work in supplying a solution and patch. před 14 roky
man efc5384a32 Fixed #6476 -- Added option to makemessages management command to disable wrapping of long lines. Thanks to pytechd for the initial patch. před 14 roky
misc 5c05233ffc Fixed #14455 -- Documented the backwards compatibility policy for local flavors. Implemented the policy for the changes in the Indonesian local flavor (from r14195) that stimulated the development of this policy. Thanks to Karen, Alex, Ramiro and Chris for their help developing the policy. před 14 roky
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. před 14 roky
ref 7f2b36050e Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" throughout the docs. Replaced with the (RFC 2396-compliant) terms "absolute path reference" or "absolute path" as appropriate for the context. Thanks to sharan666 for the report, and Malcolm, Chris, and dwillis for their work in supplying a solution and patch. před 14 roky
releases 83aeb3c768 Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz. před 14 roky
topics 1a878f30b0 Fixed #8325 -- Reorganization and expansion of the login_required decorator docs to make it clearer how the redirect_field_name parameter works and improve the overall flow of the text. Thanks to Robert Reeves for the report. před 14 roky
Makefile fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. před 14 roky
README 4eec036ab3 Added a README for building offline HTML docs. před 14 roky
conf.py 480c6c6958 Disabled unused Sphinx configuration option that triggered a warning. před 14 roky
contents.txt 97cb07c3a1 Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. před 16 roky
glossary.txt 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. před 14 roky
index.txt cfc19f84de Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support. před 14 roky

README

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

Technically speaking, 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 on a Unix machine (Linux or Mac):

* Install Sphinx (using ``easy_install Sphinx`` or some other method)

* In this docs/ directory, type ``make html`` 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/