﻿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
14199	NameError in django.core.cache.backends.db	Tim Valenta	nobody	"Lines 127 and 129 in django/core/cache/backends/db.py (http://code.djangoproject.com/browser/django/trunk/django/core/cache/backends/db.py?rev=13473#L127) cause a NameError when executed.

r13473 introduced an update to allow the new Router system to handle the database cache table name, changing the CacheClass variable handling from ```self._table``` to the local variable ```table```, derived from ```table = connections[db].ops.quote_name(self._table)```.  The ```_cull``` method in CacheClass must have been missed, as it tries to use the local ```table``` variable without first deriving it."		closed	Core (Cache system)	dev		fixed	db, cache, NameError		Unreviewed	1	0	0	0	0	0
