mirror of https://github.com/django/django.git
0ed2919814
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 |