summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2013-05-18 17:39:14 +0200
committerFlorian Apolloner <florian@apolloner.eu>2013-05-18 17:39:14 +0200
commitdc8814bf7dc5139f3d11b8f9f44f54c7f77d2714 (patch)
treec945461d8380a1b6034f8e91a6939ec88840548a /docs/internals
parentacd0bb39df5c9ca486e49ec55ae34538242ce071 (diff)
parentbd97f7d0cb72191744552142817184e88ce8841d (diff)
Merge branch 'master' of github.com:django/django
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 774de2a2fd..095b6d0a33 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -390,6 +390,8 @@ these changes.
``django.test.testcases.OutputChecker`` will be removed. Instead use the
doctest module from the Python standard library.
+* The ``CACHE_MIDDLEWARE_ANONYMOUS_ONLY`` setting will be removed.
+
2.0
---