1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #32193 -- Removed MemcachedCache per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2021-09-16 09:37:03 +02:00
parent e2be307b3a
commit 05f3a6186e
5 changed files with 12 additions and 157 deletions

View File

@@ -260,3 +260,6 @@ to remove usage of these features.
* ``TransactionTestCase.assertQuerysetEqual()`` no longer calls ``repr()`` on a
queryset when compared to string values.
* The ``django.core.cache.backends.memcached.MemcachedCache`` backend is
removed.