﻿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
31410	Add check for fields of UniqueConstraints.	Marnanel Thurman	Hasan Ramezani	"When a model gains a `UniqueConstraint`, makemigrations doesn't check that the fields named therein actually exist.

This is in contrast to the older `unique_together` syntax, which raises models.E012 if the fields don't exist.

In the attached demonstration, you'll need to uncomment `""with_unique_together""` in settings.py in order to show that `unique_together` raises E012."	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed		Ian Foote	Accepted	1	0	0	0	1	0
