﻿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
7751	Don't assume that connection.autocommit is a callable	Leo Soto M.	nobody	"source:django/trunk/django/test/utils.py assumes that `connection.autocommit` is going to be a callable. This is not true for some backends where it is a property (basically all JDBC based backends, also PyODBC and cx_Oracle).

The attached patch fixes this by taking into account the case where ``autocommit`` is a property."		closed	Uncategorized	dev		fixed	jython, db-be-api		Unreviewed	1	0	0	0	0	0
