﻿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	makemigrations doesn't check that UniqueConstraint field names exist	Marnanel Thurman	nobody	"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 E102."	Uncategorized	new	Uncategorized	3.0	Normal				Unreviewed	0	0	0	0	0	0
