summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-05-09 13:13:55 -0400
committerTim Graham <timograham@gmail.com>2016-05-17 07:22:26 -0400
commitece4d24f8e494129c098868fa792400937941fab (patch)
treef5f2b3211ffae49375c5e7390f4ed25e07110b3b /docs/internals
parent9baf692a58de78dba13aa582098781675367c329 (diff)
Refs #26601 -- Deprecated old-style middleware.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index d4bde35a46..99c9db5e50 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -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