﻿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
24921	No Database objects can be created with set_autocommit(False)	Shabda	Aymeric Augustin	"If you call transaction.set_autocommit(False),

Any further objects creation will fail, because 

https://github.com/django/django/blob/04e8d890aec8e996d568565555164a27a6a76057/django/db/models/base.py#L699

This line tries an atomic with savepoint=False, which raises an exception in no autocommit mode."	Bug	closed	Database layer (models, ORM)	1.8	Normal	fixed			Ready for checkin	1	0	0	0	0	0
