Author: mtredinnick
Date: 2007-10-21 14:10:10 -0500 (Sun, 21 Oct 2007)
New Revision: 6588

Modified:
   django/trunk/docs/cache.txt
Log:
Tweaked the caching docs to be consistent about the format for database caches
(and fixed a formatting error).


Modified: django/trunk/docs/cache.txt
===================================================================
--- django/trunk/docs/cache.txt 2007-10-21 18:35:31 UTC (rev 6587)
+++ django/trunk/docs/cache.txt 2007-10-21 19:10:10 UTC (rev 6588)
@@ -119,8 +119,8 @@
 system expects.
 
 Once you've created that database table, set your ``CACHE_BACKEND`` setting to
-``"db://tablename/"``, where ``tablename`` is the name of the database table.
-In this example, the cache table's name is ``my_cache_table``:
+``"db://tablename"``, where ``tablename`` is the name of the database table.
+In this example, the cache table's name is ``my_cache_table``::
 
     CACHE_BACKEND = 'db://my_cache_table'
 


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

Reply via email to