﻿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
9681	Unable to load initial data with strings contained two dashes ('--')	Alexey Blinov <nilcolor@…>	nobody	"This line in django.core.management.sql make it impossible to add initial data with strings contained two dashes.

{{{
statement = re.sub(ur""--.*([\n\Z]|$)"", """", statement)
}}}

Maybe some kind of shebang string within .sql file to disable this regexp can help?"		closed	Database layer (models, ORM)	1.0		duplicate	sql, initial data, model		Unreviewed	0	0	0	0	0	0
