summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-03-21 22:07:39 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-03-21 22:07:39 +0100
commit253e8ac29fa4eb86bfc327fd4b68291370c9011c (patch)
tree1dc785e8b344d5f9614811d8ea40cec6e54067cc /django
parentad3942d325fff29e78d02b454b8fec3afb3871a7 (diff)
Removed django.middleware.doc. Refs #20126.
Small doc changes missed in 66076268.
Diffstat (limited to 'django')
-rw-r--r--django/middleware/doc.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/django/middleware/doc.py b/django/middleware/doc.py
deleted file mode 100644
index 9d942457b4..0000000000
--- a/django/middleware/doc.py
+++ /dev/null
@@ -1,9 +0,0 @@
-"""XViewMiddleware has been moved to django.contrib.admindocs.middleware."""
-
-import warnings
-
-from django.utils.deprecation import RemovedInDjango18Warning
-
-warnings.warn(__doc__, RemovedInDjango18Warning, stacklevel=2)
-
-from django.contrib.admindocs.middleware import XViewMiddleware # NOQA