summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_filefield.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-05-04Fixed MultipleFileFieldTest.test_file_multiple_validation() test if Pillow is...Mariusz Felisiak
2023-05-03Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-05-04Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.Florian Apolloner
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2017-07-14Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.Srinivas Reddy Thatiparthy
2017-02-09Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-04-11Split form's test_fields.py into different files.Berker Peksag