django/docs
Brian Rosner 67eeb72e26 Fixed #7838 -- Corrected an invalid class name the 'classes' usage in the tutorial. Thanks kratorius for catching this.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-19 15:51:48 +00:00
..
man
Makefile Added the basics needed to build Django's docs using [http://sphinx.pocoo.org/ Sphinx]. If you've got Sphinx installed (the latest version) along with [http://docutils.sf.net docutils], you should be able to easily build the docs locally using {{{sphinx-build}}} or the included {{{Makefile}}}. This use a basic (and pretty crappy) index for the documentation and the built-in Sphinx styles (which are actually quite nice). 2008-03-27 15:03:52 +00:00
add_ons.txt
admin.txt
admin_css.txt
apache_auth.txt Fixed #6612 -- Updated Apache auth recipe for Apache 2.2. Thanks, trbs. 2008-06-30 12:25:03 +00:00
api_stability.txt
authentication.txt
cache.txt
conf.py [docs] OK, I give up. 2008-03-27 15:14:57 +00:00
contenttypes.txt
contributing.txt Fixed #7534 -- Added a note about TEST_DATABASE_CHARSET in the contribution documentation. Thanks to Peter Melvyn for the suggestion and initial draft. 2008-07-13 11:47:09 +00:00
csrf.txt
custom_model_fields.txt
databases.txt
databrowse.txt
db-api.txt Documented that the update() method on querysets is a direct SQL call, not the 2008-07-11 10:03:04 +00:00
design_philosophies.txt Fixed #6367 -- Fixed link to zen of Python, thanks N00ne and dtulig. 2008-01-13 02:14:21 +00:00
distributions.txt
django-admin.txt
documentation.txt Fixed #4034 -- Updated docs/documentation.txt to reflect the removal of build_documentation.py 2007-05-02 20:27:37 +00:00
email.txt Fixed #5870: documented the "fail_silently" argument to EmailMessage.send(). 2007-12-01 17:20:19 +00:00
faq.txt Various documentation edits from the past few changesets 2008-06-12 03:36:48 +00:00
fastcgi.txt
flatpages.txt
form_for_model.txt
form_preview.txt Fixed #7292 -- Removed reference to form_for_model in the form_preview docs. Thanks to programmerq for the report. 2008-06-17 11:22:03 +00:00
form_wizard.txt
forms.txt
generic_views.txt
i18n.txt Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py. 2008-07-06 06:39:44 +00:00
index.txt
install.txt
legacy_databases.txt
localflavor.txt Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
middleware.txt Fixed #6247 -- Added CsrfMiddleware to docs/middleware.txt. Thanks, Uninen 2008-01-02 05:13:46 +00:00
model-api.txt
modelforms.txt
modpython.txt Edited docs/modpython.txt changes from [6536] 2007-11-30 05:20:27 +00:00
newforms.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt Fixed #5097 -- Made various updates and corrections to the documentation. Thanks, Nicola Larosa 2007-08-07 02:33:11 +00:00
pagination.txt Fixed #7307 -- Split InvalidPage exception into two subclasses, PageNotAnInteger and EmptyPage, for granular exception catching. Thanks for the idea, miracle2k 2008-07-08 02:20:48 +00:00
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
request_response.txt
serialization.txt
sessions.txt
settings.txt Refs #6086 -- Changed settings docs to reflect deprecation of "simple" cache backend in [6822]. 2008-07-18 23:46:10 +00:00
shortcuts.txt Made a bunch of small doc rewordings from changes over the past couple of weeks 2008-02-16 05:15:09 +00:00
sitemaps.txt Fixed #7185 -- Added a "ping_google" management command to 2008-07-01 12:25:59 +00:00
sites.txt Fixed #6287 -- Fixed typos in docs/sites.txt. Thanks, arien and Horst Gutmann 2008-01-02 05:01:54 +00:00
static_files.txt
syndication_feeds.txt Edited some docs changes from the past few days 2008-03-25 04:42:21 +00:00
templates.txt
templates_python.txt
testing.txt
transactions.txt
tutorial01.txt
tutorial02.txt
tutorial03.txt
tutorial04.txt Fixed #6998 -- Corrected typo in Tutorial 4. Thanks, Peter Upfold. 2008-04-10 00:26:12 +00:00
unicode.txt
upload_handling.txt
url_dispatch.txt
webdesign.txt Fixed ReST error in docs/webdesign.txt 2007-03-30 01:50:46 +00:00