From 6448dd833524ac3fc503506b624841c9d642de8a Mon Sep 17 00:00:00 2001 From: Thomas Chaumeny Date: Sun, 12 Oct 2014 15:37:17 +0200 Subject: Fixed #23642 -- Made LocMemCache.incr() thread-safe as documented --- docs/releases/1.8.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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 ^^^^^ -- cgit v1.3