1
0
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:
Thomas Chaumeny
2014-10-12 15:37:17 +02:00
committed by Loic Bistuer
parent c48a29a02a
commit 6448dd8335
2 changed files with 18 additions and 10 deletions

View File

@@ -157,7 +157,8 @@ Minor features
Cache
^^^^^
* ...
* The ``incr()`` method of the
``django.core.cache.backends.locmem.LocMemCache`` backend is now thread-safe.
Email
^^^^^