django/docs
Jacob Kaplan-Moss 568a926452 Clarified wording about deprecated features (thanks, Wilson)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-29 15:30:06 +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 Fixed typo in docs/admin_css.txt. Thanks, Daniel 2005-11-29 14:43:07 +00:00
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
contributing.txt Clarified wording about deprecated features (thanks, Wilson) 2005-11-29 15:30:06 +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 Added 'Safety and security' section to docs/design_philosophies.txt 2005-11-13 22:59:51 +00:00
django-admin.txt Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, Swaroop 2005-11-29 02:05:32 +00:00
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 BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone apps in django.contrib that are NOT installed by default. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for full migration information. 2005-11-11 04:45:05 +00:00
forms.txt Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhang 2005-11-22 14:24:07 +00:00
generic_views.txt Small style cleanup of docs/generic_views.txt 2005-11-16 00:25:48 +00:00
i18n.txt Grammar cleanups for recent documentation and docstring changes. 2005-11-13 00:19:16 +00:00
install.txt Added official-version information to docs/install.txt 2005-11-16 05:35:59 +00:00
legacy_databases.txt BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone apps in django.contrib that are NOT installed by default. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for full migration information. 2005-11-11 04:45:05 +00:00
middleware.txt Updated middleware.txt and url_dispatch.txt docs to reflect [1470] (support for non-named groups in URLconf regexes) 2005-11-27 23:03:56 +00:00
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 Added a link to docs/outputting_csv.txt 2005-11-11 14:54:27 +00:00
outputting_pdf.txt Fixed typo in docs/outputting_pdf.txt 2005-10-04 15:17:22 +00:00
overview.txt Beefed up docs/url_dispatch.txt 2005-11-19 18:20:30 +00:00
redirects.txt BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone apps in django.contrib that are NOT installed by default. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for full migration information. 2005-11-11 04:45:05 +00:00
request_response.txt Fixed #508 -- Added support for 'expires' in cookies and changed session middleware to set 'expires' in addition to 'max_age'. Thanks, mark@junklight.com 2005-11-01 01:02:07 +00:00
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 Added a 'Directory listings' section to docs/static_files.txt 2005-11-27 15:28:19 +00:00
syndication_feeds.txt Fixed #846 -- Fixed bug in docs/syndication_feeds.txt. Thanks, deric 2005-11-20 04:53:28 +00:00
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 Changed template library system so that it looks for a module-level variable named 'register' rather than the first instance of template.Library it finds 2005-11-27 16:43:56 +00:00
tutorial01.txt Fixed #933 -- Updated 'django-admin.py sql polls' output in tutorial01. Thanks, jhernandez 2005-11-27 19:28:38 +00:00
tutorial02.txt Fixed #850 -- Made clarification in docs/tutorial02.txt. Thanks, Daniel 2005-11-20 16:20:24 +00:00
tutorial03.txt Beefed up docs/url_dispatch.txt 2005-11-19 18:20:30 +00:00
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 Updated middleware.txt and url_dispatch.txt docs to reflect [1470] (support for non-named groups in URLconf regexes) 2005-11-27 23:03:56 +00:00
writing-apps-guide-outline.txt Moved django-docs to just plain docs 2005-07-13 18:54:07 +00:00