summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-02-09 19:16:07 -0500
committerTim Graham <timograham@gmail.com>2015-02-09 19:16:07 -0500
commitc970018f41985567b7c4bb858e158cb33a180f8a (patch)
treedd66601dff2c793ebafcfce651f71dc4fcd1fb65 /docs
parent5b75b01939d88c8799127c961bccc78367b83181 (diff)
Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index f5b95da14c..9ba3c492f7 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -182,7 +182,7 @@ that might occur as a result of a version upgrade.
``django.contrib.auth.middleware.AuthenticationMiddleware``, and
``django.contrib.messages.middleware.MessageMiddleware`` were removed from
the defaults. If your project needs these middleware then you should
- configure this setting.
+ configure this setting. *This check was removed in Django 1.9*.
Admin
-----