mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Refs #26601 -- Removed obsolete system check for MIDDLEWARE_CLASSES setting.
This commit is contained in:
parent
98760ab0b2
commit
6192bffb13
4 changed files with 2 additions and 36 deletions
|
|
@ -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
|
||||
------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue