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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user