diff options
| author | Ćukasz Langa <lukasz@langa.pl> | 2013-05-18 16:10:14 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-05-18 17:38:32 +0200 |
| commit | bd97f7d0cb72191744552142817184e88ce8841d (patch) | |
| tree | 744c8cbd6b1d087a56f758ee48dc47ae96747cb6 /docs/internals | |
| parent | 398841d6d3fce45b21bdfcd8385889098079f84a (diff) | |
Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
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 --- |
