﻿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
10831	Using autocommit transaction decorator with new-style TestCase can lead to incorrect DB commit	Sean Legassick	Karen Tracey	"The autocommit transaction decorator calls transaction.managed(False) which can under some circumstances cause a DB commit. Thus the managed function should be nop'd like the other transaction functions (see attached patch) to avoid unwanted commits whilst running new-style !TestCase tests.
"		closed	Testing framework	dev		fixed			Accepted	1	0	0	0	0	0
