﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15085	Cache arguments section uses invalid LOCATION for FileCache	abdelazer@…	nobody	"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',
}}}"		closed	Documentation	dev		fixed			Ready for checkin	0	0	0	0	0	0
