﻿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
26593	Allowed overriding SQL phrase for deferrable ForeignKeys	Markus Holtermann	Markus Holtermann	The `sql_create_fk` string in the database schema editor's contains a phrase `DEFERRABLE INITIALLY DEFERRED`. This phrase is supposed to be easy to override with a connection's `ops.deferrable_sql()` method. However,  the backend operation method is not used at all. Therefore, 3rd party backends have to override the `sql_create_fk` string in order to adjust it.	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
