#21745 closed Bug (fixed)
UniqueTest.test_unique_null should honor DatabaseFeatures.ignores_nulls_in_unique_constraints
Reported by: | Michael Manfre | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
UniqueTest.test_unique_null
should honor DatabaseFeatures.ignores_nulls_in_unique_constraints
and skip the test if the backend doesn't support this functionality.
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/2150