mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #32193 -- Deprecated MemcachedCache.
This commit is contained in:
parent
2c5d6dc447
commit
5ce31d6a71
9 changed files with 78 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue