mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
This brings the behaviour in line with Field subclasses which append to the validators within __init__(), like BinaryField, and prevents the creation of a validator which incorrectly throws a TypeError, if it were used. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_queryset_values.py | ||
| tests.py | ||