﻿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
16491	transaction.is_dirty() is very (and surprisingly) conservative	Michael Hudson-Doyle	nobody	As near as I can tell transaction.is_dirty() returns True if any queries have been executed at all (I think this is what lead to #15317 being reported). This is sort of fair enough (it's better to have a false positive for this sort of thing) but it certainly confused me for a good few minutes (commit_manually was complaining at me on exit).  If it can't be made more accurate, at least the docstring should be improved.  I'll try to come up with a patch tomorrow.	Uncategorized	closed	Uncategorized	1.3	Normal	fixed			Accepted	0	0	0	0	1	0
