﻿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
31440	Add a standard way to set deferrable constraints	Ian Foote	nobody	The behaviour of deferrable constraints (e.g. Foreign Key, Unique) in a transaction can be modified using the `SET CONSTRAINTS` sql syntax (https://www.postgresql.org/docs/12/sql-set-constraints.html). Supporting this directly in Django will allow extra control over when `IntegrityError` is raised.	New feature	new	Database layer (models, ORM)	dev	Normal		constraints		Unreviewed	0	0	0	0	0	0
