﻿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
2304	[patch] DISABLE_TRANSACTION_MANAGEMENT is not working as described in Doc's	scott.benninghoff@…	tjshewmake	"DISABLE_TRANSACTION_MANAGEMENT switch from the settings.py file doesn't do anything to the functions in transactions.py.  I debugged the code yesterday and no matter what settings I had, .save() method for various models would either commit changes or raise the error about pending commits.

Created a patch against the function set_dirty() that evaluates the settings.DISABLE_TRANSACTION_MANAGEMENT for being True and if so, simply returns out of the function.
"	Bug	closed	Database layer (models, ORM)		Normal	fixed	Unit of work, commit, rollback, transactions		Accepted	1	0	0	1	0	0
