index
:
chango.git
devmain
fix-31295
initial-branch
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_imagefield.py
Age
Commit message (
Collapse
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-28
Changed django.forms.ValidationError imports to ↵
François Freitag
django.core.exceptions.ValidationError. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-04-09
Increased test coverage for forms.ImageField.to_python().
David Smith
2020-04-07
Fixed typo in tests/forms_tests/field_tests/test_imagefield.py test names.
David Smith
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
Thanks Claude Paroz for assistance with translations.
2018-04-04
Fixed #29284 -- Made ImageField render with accept="image/*"' HTML attribute.
safu9
2017-06-01
Fixed #28242 -- Moved ImageField file extension validation to the form field.
Manatsawin Hanmongkolchai
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
These functions do nothing on Python 3.
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