We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8709053 commit 861998eCopy full SHA for 861998e
tests/test_validators.py
@@ -615,7 +615,6 @@ def test_single_field_uniq_validators(self):
615
"""
616
# Django 5 includes Max and Min values validators for IntergerField
617
extra_validators_qty = 2 if django_version[0] >= 5 else 0
618
- #
619
serializer = UniqueConstraintSerializer()
620
assert len(serializer.validators) == 2
621
validators = serializer.fields['global_id'].validators
0 commit comments