﻿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
9986	CACHE_BACKEND argument name doesn't match code	John-Scott Atlakson	Jacob	"According to the cache [http://docs.djangoproject.com/en/dev/topics/cache/#cache-backend-arguments docs], there is a parameter called `cull_percentage` but in the code, this is called `cull_frequency` and there is no reference in the code at all to `cull_percentage`. Apparently this hasn't bitten anyone as the problem was [http://groups.google.com/group/django-developers/browse_thread/thread/16866b74a2390a26/0c21bb0d2dc9ccf9 first noticed] over a year ago. 

From my understanding of the code, `cull_percentage` is a more accurate description of what happens but this would require changing code to match the docs. I have no skin in this game as I don't use any of the affected cache backends, I just noticed it while reviewing the settings relevant to memcache."		closed	Documentation	1.0		fixed			Accepted	1	0	0	0	0	0
