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