﻿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
23326	DatabaseCache must implement incr to guarantee atomic increment	Vinay Anantharaman		django.core.cache.backends.db.DatabaseCache uses BasesCache's incr which does a get followed by a set. If the application uses multiple servers the increments will get clobbered. Furthermore, the current implementation overwrites the expiry time of a key to the default value instead of using the value which was initially set.	Bug	new	Core (Cache system)	1.6	Normal				Accepted	1	0	0	1	0	0
