﻿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
6847	added namespace fetures to filebased cache	xinbin <xinbin@…>	nobody	"In my project, I will generate more than 1000,000 cache files to avoid the list page querying database. So many files lying in a single directory is not a good thing. 
I begin to think if there's a way  diving them to different directories, just like namespace. Unluky, I found nothing in google. I beigin to modify the core code.
Finally I succeed, the changes are in a file (D:\Python25\Lib\site-packages\django\core\cache\backends\filebased.py):
  1. remove urllib.quote_plus to the ky;
  2. create dirs due to namespace.
But I think it will be great if offical adds the feature."	New feature	closed	Core (Cache system)	dev	Normal	fixed			Design decision needed	1	1	1	0	0	0
