1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/model_forms
Alexander Lötvall 38ad710aba Fixed #35483 -- Added NUL (0x00) character validation to ModelChoiceFields.
Applied the ProhibitNullCharactersValidator to ModelChoiceField and ModelMultipleChoiceField.

Co-authored-by: Viktor Paripás <viktor.paripas@gmail.com>
Co-authored-by: Vasyl Dizhak <vasyl@dizhak.com>
Co-authored-by: Arthur Vasconcelos <vasconcelos.arthur@gmail.com>
2024-06-17 12:19:26 +02:00
..
__init__.py
models.py Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave(). 2024-01-02 08:42:33 +01:00
test2.png
test_modelchoicefield.py Fixed #35483 -- Added NUL (0x00) character validation to ModelChoiceFields. 2024-06-17 12:19:26 +02:00
test_uuid.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test.png
tests.py Fixed #35483 -- Added NUL (0x00) character validation to ModelChoiceFields. 2024-06-17 12:19:26 +02:00