﻿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
3537	Django try to format initial sql string if they contains % character	bluszcz@…	Adrian Holovaty	"If custom sql from sql directory (initial data) contains character % like below:

{{{
#!sql
RAISE EXCEPTION 'Invalid name: [%]', NEW.name;
}}}

django syncdb crash.

Little fix is attached."		closed	Core (Management commands)	0.95		duplicate	syncdb		Design decision needed	1	0	0	0	0	0
