mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLEWARE_CLASSES.
This commit is contained in:
parent
631f4ab061
commit
d334f46b7a
29 changed files with 80 additions and 1367 deletions
|
@ -571,7 +571,7 @@ details on these changes.
|
|||
|
||||
* The ``SEND_BROKEN_LINK_EMAILS`` setting will be removed. Add the
|
||||
:class:`django.middleware.common.BrokenLinkEmailsMiddleware` middleware to
|
||||
your :setting:`MIDDLEWARE_CLASSES` setting instead.
|
||||
your ``MIDDLEWARE_CLASSES`` setting instead.
|
||||
|
||||
* ``django.middleware.doc.XViewMiddleware`` will be removed. Use
|
||||
``django.contrib.admindocs.middleware.XViewMiddleware`` instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue