mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #23642 -- Made LocMemCache.incr() thread-safe as documented
This commit is contained in:
committed by
Loic Bistuer
parent
c48a29a02a
commit
6448dd8335
@@ -157,7 +157,8 @@ Minor features
|
||||
Cache
|
||||
^^^^^
|
||||
|
||||
* ...
|
||||
* The ``incr()`` method of the
|
||||
``django.core.cache.backends.locmem.LocMemCache`` backend is now thread-safe.
|
||||
|
||||
Email
|
||||
^^^^^
|
||||
|
||||
Reference in New Issue
Block a user