﻿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
3880	django.db.connection does not implement DB-API	kent37@…	Jacob	"In the Model Reference section [http://www.djangoproject.com/documentation/model-api/#executing-custom-sql Executing custom SQL] it says, ""connection and cursor simply use the standard Python DB-API."" This is not correct as django.db.connection does not have commit() or rollback() methods which are required by DB-API. Either the doc should be updated or the methods should be added to the connection.

It would be helpful if this section of the docs showed the correct way to commit (using transaction decorators?)"		closed	Documentation	dev		fixed			Design decision needed	0	0	0	0	0	0
