summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 5c1b1cab6f..498f303daf 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -457,6 +457,10 @@ these changes.
* ``ModelAdmin.get_formsets`` will be removed.
+* Remove the backward compatible shims introduced to rename the
+ ``BaseMemcachedCache._get_memcache_timeout()`` method to
+ ``get_backend_timeout()``.
+
2.0
---