﻿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
36808	Make UniqueConstraint name required in signature	Jonathan Biemond	Jonathan Biemond	"A `UniqueConstraint` requires a `name` argument, but is declared optional (`=None`) in its signature. If `name` is omitted a `ValueError` is raised. This may be confusing to developers.

The `name` argument was first made optional in the signature in commit [3aa545281],  which introduced support for functional unique constraints, addressing ticket #30016.

More discussion on the forum: https://forum.djangoproject.com/t/make-uniqueconstraint-name-required-in-signature/43664"	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed		Jonathan Biemond	Ready for checkin	1	0	0	0	1	0
