1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed references to django.core.cache in docs.

This commit is contained in:
Sarah Boyce
2023-05-22 14:02:01 +02:00
committed by GitHub
parent 0a324f1b66
commit c3862735cd
3 changed files with 3 additions and 3 deletions

View File

@@ -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