1
0
mirror of https://github.com/django/django.git synced 2025-02-03 06:09:47 +00:00
Emre Yilmaz 8e838d9c86 Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend.
This also fixes a possible data eviction race condition between
setting and getting a key. Another thread could remove the key
before get_and_set() accesses it again. In this case, now the
default value will be returned instead of None.
2015-12-04 12:22:17 -05:00
..
2015-08-08 12:02:32 +02:00
2015-02-20 09:21:39 -05:00
2015-02-20 09:21:39 -05:00
2015-02-20 09:21:39 -05:00
2015-02-20 09:21:39 -05:00
2015-02-20 09:21:39 -05:00
2015-02-20 09:21:39 -05:00
2015-02-20 09:21:39 -05:00
2015-02-20 09:21:39 -05:00
2015-01-27 11:48:04 -05:00
2015-05-01 16:24:39 -04:00
2015-05-20 13:48:06 -04:00
2015-10-03 19:31:45 -04:00
2015-11-04 17:48:49 +01:00
2015-12-01 18:04:58 -05:00
2015-12-01 19:16:24 -05:00