summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Chaumeny <t.chaumeny@gmail.com>2014-10-12 15:37:17 +0200
committerLoic Bistuer <loic.bistuer@gmail.com>2014-10-12 23:47:48 +0700
commit6448dd833524ac3fc503506b624841c9d642de8a (patch)
treed2c732d490e886cc4c44f91a7da8712d0693e40c /docs
parentc48a29a02a457cfdb1cff11009401459ba24e870 (diff)
Fixed #23642 -- Made LocMemCache.incr() thread-safe as documented
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 41907634b2..7cdb6aaf77 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -157,7 +157,8 @@ Minor features
Cache
^^^^^
-* ...
+* The ``incr()`` method of the
+ ``django.core.cache.backends.locmem.LocMemCache`` backend is now thread-safe.
Email
^^^^^