django-rest-framework
django-rest-framework copied to clipboard
chore: correctly validate unique constraints with distinct condition fields
Description
Resolves: #9707.
- Apply unique together constraint validation to unique constraint with a single constraint field if there are other fields used in the constraint conditions