Skip to content

Commit

Permalink
Update tests/test_validators.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paolo Melchiorre <[email protected]>
  • Loading branch information
auvipy and pauloxnet authored Dec 28, 2024
1 parent 34507af commit 5962411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ class Meta:
name='unique_constraint_model_together_uniq2',
fields=('race_name', 'position'),
condition=models.Q(fancy_conditions__gte=10),
)
),
]


Expand Down

0 comments on commit 5962411

Please sign in to comment.