mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLEWARE_CLASSES.
This commit is contained in:
@@ -390,3 +390,6 @@ these features.
|
||||
* Model ``Manager`` inheritance follows MRO inheritance rules. The requirement
|
||||
to use ``Meta.manager_inheritance_from_future`` to opt-in to the behavior is
|
||||
removed.
|
||||
|
||||
* Support for old-style middleware using ``settings.MIDDLEWARE_CLASSES`` is
|
||||
removed.
|
||||
|
||||
Reference in New Issue
Block a user