#15085: Cache arguments section uses invalid LOCATION for FileCache
---------------------------------+------------------------------------------
 Reporter:  abdela...@gmail.com  |       Owner:  nobody    
   Status:  new                  |   Milestone:            
Component:  Documentation        |     Version:  SVN       
 Keywords:                       |       Stage:  Unreviewed
Has_patch:  0                    |  
---------------------------------+------------------------------------------
 The Cache arguments section describes options for a FileCache but uses a
 URL rather than an absolute path (it's just accidentally copied from the
 memcached LOCATION). It should use /var/tmp/django_cache instead.

 /django/trunk/docs/topics/cache.txt &
 http://docs.djangoproject.com/en/dev/topics/cache/#cache-arguments


 {{{
 -            'LOCATION': '127.0.0.1:11211',
 +            'LOCATION': '/var/tmp/django_cache',
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15085>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
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