summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/cache.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
index 839e03d1e3..a5e8a672f8 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -574,9 +574,6 @@ Here's the same thing, with ``my_view`` wrapped in ``cache_page``::
(r'^foo/(\d{1,2})/$', cache_page(60 * 15)(my_view)),
)
-If you take this approach, don't forget to import ``cache_page`` within your
-URLconf.
-
Template fragment caching
=========================