diff options
| author | Daniel Tao <daniel.tao@gmail.com> | 2017-09-15 16:16:44 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-10-10 09:35:57 -0400 |
| commit | 45b0ec87d3d7c60c60b0f1c69cd89789bafaa6a8 (patch) | |
| tree | 2e311403883cce2a9a4273e633afea911788b96c /docs | |
| parent | 9b8e76f96dcb755a2cbf4846888058eae2510cf8 (diff) | |
[1.11.x] Fixed #28601 -- Prevented cache.get_or_set() from caching None if default is a callable that returns None.
Backport of 4d60261b2a77460b4c127c3d832518b95e11a0ac from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.7.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.11.7.txt b/docs/releases/1.11.7.txt index 41d144e742..61f0d6d012 100644 --- a/docs/releases/1.11.7.txt +++ b/docs/releases/1.11.7.txt @@ -9,4 +9,5 @@ Django 1.11.7 fixes several bugs in 1.11.6. Bugfixes ======== -* ... +* Prevented ``cache.get_or_set()`` from caching ``None`` if the ``default`` + argument is a callable that returns ``None`` (:ticket:`28601`). |
