django/docs
James Bennett 0aa26dacac Fixed #6079: Added AUTHENTICATION_BACKENDS to docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6791 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-01 17:27:44 +00:00
..
man
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt
contenttypes.txt
contributing.txt
csrf.txt
custom_model_fields.txt
databases.txt
databrowse.txt Fixed #4061: added docs on how to limit access to databrowse. Thanks, Nick Efford 2007-09-14 18:59:20 +00:00
db-api.txt
design_philosophies.txt
distributions.txt
django-admin.txt Fixed #6006 -- Typo fixing in the description of verbosity. Pointed out by 2007-11-29 19:30:42 +00:00
documentation.txt
email.txt
faq.txt
fastcgi.txt
flatpages.txt Documented the time-saver in flatpages: title and content are marked as safe 2007-11-14 21:30:18 +00:00
form_preview.txt
forms.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
generic_views.txt
i18n.txt
install.txt
legacy_databases.txt
middleware.txt Fixed #5898 -- Updated docs for r6662, as pointed out by arien. 2007-11-15 09:26:57 +00:00
model-api.txt
modpython.txt
newforms.txt Edited docs/newforms.txt changes from [6625] 2007-12-01 16:52:49 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
release_notes_0.95.txt Changed the 0.95 release notes to point to the 0.95 documentation index. 2007-08-04 03:36:58 +00:00
release_notes_0.96.txt
request_response.txt
serialization.txt
sessions.txt
settings.txt
shortcuts.txt
sitemaps.txt Fixed #5890 -- Fixed a ReST markup error. Thanks, arien. 2007-11-11 04:44:11 +00:00
sites.txt
static_files.txt
syndication_feeds.txt
templates.txt
templates_python.txt Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris. 2007-11-29 18:15:38 +00:00
testing.txt Fixed #5832 -- Removed unneeded import in testing documentation, thanks Thomas Güttler. 2007-10-30 23:00:57 +00:00
transactions.txt
tutorial01.txt
tutorial02.txt Fixed #5097 -- Made various updates and corrections to the documentation. Thanks, Nicola Larosa 2007-08-07 02:33:11 +00:00
tutorial03.txt
tutorial04.txt
unicode.txt
url_dispatch.txt Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris. 2007-11-29 18:15:38 +00:00
webdesign.txt