diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-03-21 22:07:39 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-03-21 22:07:39 +0100 |
| commit | 253e8ac29fa4eb86bfc327fd4b68291370c9011c (patch) | |
| tree | 1dc785e8b344d5f9614811d8ea40cec6e54067cc /docs/internals | |
| parent | ad3942d325fff29e78d02b454b8fec3afb3871a7 (diff) | |
Removed django.middleware.doc. Refs #20126.
Small doc changes missed in 66076268.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 3a4c100730..9acd5da611 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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`` |
