Refs #26601 -- Deprecated old-style middleware.

This commit is contained in:
Tim Graham 2016-05-09 13:13:55 -04:00
parent 9baf692a58
commit ece4d24f8e
13 changed files with 50 additions and 4 deletions

View file

@ -181,6 +181,9 @@ details on these changes.
``Meta.manager_inheritance_from_future`` to opt-in to this behavior will be
removed.
* Support for old-style middleware using ``settings.MIDDLEWARE_CLASSES`` will
be removed.
.. _deprecation-removed-in-1.10:
1.10