summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2023-05-22 14:02:01 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-05-22 14:02:28 +0200
commit37ba4c3a94b0c2d3e98be11ea4ac27316efb5f5e (patch)
tree6fd0b779a91579c85b888f1421e08ac1ac66b960 /docs/topics
parent6b76481fb968c3d35ee01af38a84d210c0623e62 (diff)
[4.2.x] Fixed references to django.core.cache in docs.
Backport of c3862735cd8c268e99fb8d54c3955aacc4f2dc25 from main
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/cache.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
index 3c3aba898d..abdbea0e0a 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -900,7 +900,7 @@ Accessing the cache
Basic usage
-----------
-.. currentmodule:: django.core.caches
+.. currentmodule:: django.core.cache
The basic interface is: