﻿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
21099	DistinctOnTests.setUp() breaks when DatabaseFeature.ignores_nulls_in_unique_constraints = True	Michael Manfre	nobody	"Django-mssql doesn't implement {{{can_distinct_on_fields}}}, but the DistinctOnTests fail because the test setUp creates Celebrity records without specifying a value for a nullable field that has a unique constraint. Any database backend with {{{ignores_nulls_in_unique_constraints = False}}} will error on this setup, even if they would skip the tests.

I'm not in a position to run these tests to determine if the {{{greatest_fan}}} value can be set to something other than NULL."	Bug	closed	Testing framework	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
