summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-01-01 22:28:48 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-01-15 17:41:45 +0100
commit50a985b09b439a0d52aad8694d377a3483cb02e1 (patch)
tree4d8cee59543565917f52c9c6e311dbcda5330a94 /docs/internals
parent83d0cc52141dbbd977da836fd7f77e0e735e2110 (diff)
Fixed #19099 -- Split broken link emails out of common middleware.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index faa6d1ff02..63d65d1e4a 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -308,6 +308,13 @@ these changes.
* The ``depth`` keyword argument will be removed from
:meth:`~django.db.models.query.QuerySet.select_related`.
+1.8
+---
+
+* The ``SEND_BROKEN_LINK_EMAILS`` setting will be removed. Add the
+ :class:`django.middleware.common.BrokenLinkEmailsMiddleware` middleware to
+ your :setting:`MIDDLEWARE_CLASSES` setting instead.
+
2.0
---