summaryrefslogtreecommitdiff
path: root/docs/settings.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-11 04:45:05 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-11 04:45:05 +0000
commit1b035c35d9bb288589d813393e635bc9546c914b (patch)
tree636e84011113d7f542cfaf45ea0921e2470e0ba6 /docs/settings.txt
parenta11a1d5e1690fb334758fc2dbaa5478aecc8ab63 (diff)
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1166 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/settings.txt')
-rw-r--r--docs/settings.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index c4eeb2e636..b5287b26a2 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -562,14 +562,6 @@ A boolean that specifies whether to output the "Etag" header. This saves
bandwidth but slows down performance. This is only used if ``CommonMiddleware``
is installed (see the `middleware docs`_).
-USE_FLAT_PAGES
---------------
-
-Default: ``True``
-
-Whether to check the flat-pages table as a last resort for all 404 errors. This
-is only used if ``CommonMiddleware`` is installed (see the `middleware docs`_).
-
.. _cache docs: http://www.djangoproject.com/documentation/cache/
.. _middleware docs: http://www.djangoproject.com/documentation/middleware/
.. _session docs: http://www.djangoproject.com/documentation/sessions/