mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +00:00
Fixed #21012 -- Thread-local caches, like databases.
This commit is contained in:
committed by
Aymeric Augustin
parent
3ca0815c0b
commit
ee7eb0f73e
@@ -215,6 +215,9 @@ these changes.
|
||||
|
||||
* The internal ``django.utils.functional.memoize`` will be removed.
|
||||
|
||||
* ``get_cache`` from django.core.cache will be removed. Instead, use
|
||||
``create_cache`` or ``caches``, depending on your need.
|
||||
|
||||
2.0
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user