summaryrefslogtreecommitdiff
path: root/docs/middleware.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/middleware.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/middleware.txt')
-rw-r--r--docs/middleware.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/middleware.txt b/docs/middleware.txt
index a7a5474d84..5a01f728d4 100644
--- a/docs/middleware.txt
+++ b/docs/middleware.txt
@@ -72,10 +72,6 @@ Adds a few conveniences for perfectionists:
MD5-hashing the page content, and it'll take care of sending
``Not Modified`` responses, if appropriate.
-* Handles flat pages. Every time Django encounters a 404 -- either within
- a view or as a result of no URLconfs matching -- it will check the
- database of flat pages based on the current URL.
-
django.middleware.doc.XViewMiddleware
-------------------------------------