diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2023-05-22 14:02:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-22 14:02:01 +0200 |
| commit | c3862735cd8c268e99fb8d54c3955aacc4f2dc25 (patch) | |
| tree | 7691cf437af7ded0d6b26e686bca3505c8bca4b1 /docs/releases/3.1.txt | |
| parent | 0a324f1b66b9b948041b1c557fc18b3fb40743c4 (diff) | |
Fixed references to django.core.cache in docs.
Diffstat (limited to 'docs/releases/3.1.txt')
| -rw-r--r-- | docs/releases/3.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 789a65efaa..0b13fc37d2 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -263,7 +263,7 @@ 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 +* :meth:`~django.core.cache.cache.delete` now returns ``True`` if the key was successfully deleted, ``False`` otherwise. CSRF |
