django/docs
Adrian Holovaty c8e98f4cdd Fixed ReST error in [1455]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27 14:52:12 +00:00
..
add_ons.txt Added docs/add_ons.txt -- small documentation of contrib 2005-11-22 19:21:51 +00:00
admin_css.txt
authentication.txt Fixed #903 -- Added login_url argument to user_passes_test view decorator. Didn't add it to login_required decorator because that would turn login_required into a callable decorator, which would break backwards compatibility. 2005-11-26 07:20:07 +00:00
cache.txt Fixed #839 -- Fixed typo in docs/cache.txt 2005-11-20 05:17:55 +00:00
db-api.txt Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtek 2005-11-22 14:23:07 +00:00
design_philosophies.txt
django-admin.txt
faq.txt Added 'Should I use the official version or development version?' question to the FAQ 2005-11-20 23:49:35 +00:00
flatpages.txt
forms.txt Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhang 2005-11-22 14:24:07 +00:00
generic_views.txt
i18n.txt Grammar cleanups for recent documentation and docstring changes. 2005-11-13 00:19:16 +00:00
install.txt
legacy_databases.txt
middleware.txt
model-api.txt Fixed typo in docs/model-api.txt 2005-11-25 03:15:09 +00:00
modpython.txt Improved docs/modpython.txt to add note about debugging under mod_python with print statements 2005-11-27 13:53:35 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt Beefed up docs/url_dispatch.txt 2005-11-19 18:20:30 +00:00
redirects.txt
request_response.txt
sessions.txt Added note to docs/sessions.txt about only being available in development version 2005-11-20 17:18:25 +00:00
settings.txt Added TEMPLATE_DEBUG to docs/settings.txt 2005-11-23 23:29:25 +00:00
static_files.txt Fixed ReST error in [1455] 2005-11-27 14:52:12 +00:00
syndication_feeds.txt
templates.txt Fixed #911 -- Made template system scoped to the parser instead of the template module. Also changed the way tags/filters are registered and added support for multiple arguments to {% load %} tag. Thanks, rjwittams. This is a backwards-incompatible change for people who've created custom template tags or filters. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade instructions. 2005-11-26 22:46:31 +00:00
templates_python.txt Fixed ReST error in docs/templates_python.txt. Thanks, EABinGA 2005-11-27 07:28:51 +00:00
tutorial01.txt
tutorial02.txt Fixed #850 -- Made clarification in docs/tutorial02.txt. Thanks, Daniel 2005-11-20 16:20:24 +00:00
tutorial03.txt
tutorial04.txt Changed 'django-admin.py startapp' application template to use views.py instead of views package, for simplicity. Updated tutorial to reflect the change. 2005-11-16 02:00:23 +00:00
url_dispatch.txt Fixed several bugs in docs/url_dispatch.txt, and made several clarifications 2005-11-27 14:35:18 +00:00
writing-apps-guide-outline.txt Moved django-docs to just plain docs 2005-07-13 18:54:07 +00:00