1
0
mirror of https://github.com/django/django.git synced 2025-01-12 11:26:23 +00:00
django/tests/expressions
Keryn Knight 0ed2919814 Fixed #33406 -- Avoided creation of MaxLengthValidator(None) when resolving Value.output_field for strings.
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.
2022-01-04 05:51:00 +01:00
..
__init__.py
models.py
test_queryset_values.py
tests.py Fixed #33406 -- Avoided creation of MaxLengthValidator(None) when resolving Value.output_field for strings. 2022-01-04 05:51:00 +01:00