﻿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
21866	"Static word ""COMMIT"""	Wojciech Banaś	nobody	"In the file ""django/core/managment/base.py"" is: 

{{{
self.stdout.write('\n' + self.style.SQL_KEYWORD(""COMMIT;""))
}}}

and should be:

{{{
self.stdout.write(self.style.SQL_KEYWORD(connection.ops.end_transaction_sql()))
}}}"	Bug	closed	Core (Management commands)	dev	Normal	fixed		Wojciech Banaś	Accepted	1	0	0	1	1	0
