Fixed #32193 -- Deprecated MemcachedCache.

This commit is contained in:
Mariusz Felisiak 2020-12-09 21:27:32 +01:00 committed by GitHub
parent 2c5d6dc447
commit 5ce31d6a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 78 additions and 40 deletions

View file

@ -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