Author: lukeplant
Date: 2011-07-07 14:46:02 -0700 (Thu, 07 Jul 2011)
New Revision: 16523

Modified:
   django/trunk/docs/topics/cache.txt
Log:
Removed a redundant line from the cache_page docs

The code example clearly includes the import, no need to mention it twice.

Modified: django/trunk/docs/topics/cache.txt
===================================================================
--- django/trunk/docs/topics/cache.txt  2011-07-07 01:12:45 UTC (rev 16522)
+++ django/trunk/docs/topics/cache.txt  2011-07-07 21:46:02 UTC (rev 16523)
@@ -574,9 +574,6 @@
         (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
 =========================
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to