mirror of
https://github.com/django/django.git
synced 2025-01-26 10:09:42 +00:00
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.