diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-12-09 21:27:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-09 21:27:32 +0100 |
| commit | 5ce31d6a7142ca8c76d6b52fa42b3406b9a8ff48 (patch) | |
| tree | e1e99006ce06ced4175767998ba684e9dd0ee4b7 /docs/internals | |
| parent | 2c5d6dc44779448de1497f32c925c96975fae461 (diff) | |
Fixed #32193 -- Deprecated MemcachedCache.
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 06ea0fbbc0..b53552bb0a 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -29,6 +29,8 @@ details on these changes. * ``TransactionTestCase.assertQuerysetEqual()` will no longer automatically call ``repr()`` on a queryset when compared to string values. +* ``django.core.cache.backends.memcached.MemcachedCache`` will be removed. + .. _deprecation-removed-in-4.0: 4.0 |
