mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Removed django.middleware.doc. Refs #20126.
Small doc changes missed in 66076268
.
This commit is contained in:
parent
ad3942d325
commit
253e8ac29f
3 changed files with 4 additions and 10 deletions
|
@ -154,6 +154,9 @@ details on these changes.
|
|||
:class:`django.middleware.common.BrokenLinkEmailsMiddleware` middleware to
|
||||
your :setting:`MIDDLEWARE_CLASSES` setting instead.
|
||||
|
||||
* ``django.middleware.doc.XViewMiddleware`` will be removed. Use
|
||||
``django.contrib.admindocs.middleware.XViewMiddleware`` instead.
|
||||
|
||||
* ``Model._meta.module_name`` was renamed to ``model_name``.
|
||||
|
||||
* Remove the backward compatible shims introduced to rename ``get_query_set``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue