diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-17 10:06:02 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:05 -0500 |
| commit | 6192bffb130132461e55e5fe7a7eaaa9a166d08f (patch) | |
| tree | 7f0d9f07379149bd7f11cdd8989827a876425a99 /docs | |
| parent | 98760ab0b2f1ce03234a5e6a52decd9f23d3994a (diff) | |
Refs #26601 -- Removed obsolete system check for MIDDLEWARE_CLASSES setting.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 51083c5b2b..13ef44053e 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -116,7 +116,8 @@ that might occur as a result of a version upgrade. in Django 2.0*. * **1_10.W001**: The ``MIDDLEWARE_CLASSES`` setting is deprecated in Django 1.10 and the :setting:`MIDDLEWARE` setting takes precedence. Since you've - set ``MIDDLEWARE``, the value of ``MIDDLEWARE_CLASSES`` is ignored. + set ``MIDDLEWARE``, the value of ``MIDDLEWARE_CLASSES`` is ignored. *This + check was removed in Django 2.0*. Caches ------ |
