diff options
| author | daniel a rios <misterrios@gmail.com> | 2019-10-08 11:02:40 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-14 11:14:11 +0100 |
| commit | efc3e32d6d7fb9bb41be73b80c8607b653c1fbd6 (patch) | |
| tree | fff79e28232a2d8088aee861606c924424771395 /docs/releases | |
| parent | 6e99585c19290fb9bec502cac8210041fdb28484 (diff) | |
Fixed #30759 -- Made cache.delete() return whether it succeeded.
Thanks Simon Charette for the review.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/3.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index de114e7098..f725e4e056 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -118,6 +118,9 @@ Cache field names in the ``no-cache`` directive for the ``Cache-Control`` header, according to :rfc:`7234#section-5.2.2.2`. +* :meth:`~django.core.caches.cache.delete` now returns ``True`` if the key was + successfully deleted, ``False`` otherwise. + CSRF ~~~~ |
