diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-09 19:16:07 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-09 19:16:07 -0500 |
| commit | c970018f41985567b7c4bb858e158cb33a180f8a (patch) | |
| tree | dd66601dff2c793ebafcfce651f71dc4fcd1fb65 /docs/ref | |
| parent | 5b75b01939d88c8799127c961bccc78367b83181 (diff) | |
Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
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 ----- |
