diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-03-21 22:09:57 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-03-21 22:11:50 +0100 |
| commit | c8c2d60614c614174ef30f5bc69601264713a8ef (patch) | |
| tree | 552b826d5dcc92b362b5552a4b4992214da184b6 /docs/internals | |
| parent | 0726482c9d77195946a67bad533a5a95a4a1086b (diff) | |
[1.6.x] Small doc changes missed in 66076268.
Partial backport of 253e8ac2 from master.
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 9577e53800..4a1695b7de 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -174,6 +174,9 @@ 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`` |
