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_filepathfield.py
Age
Commit message (
Expand
)
Author
2 days
Fixed #16429 -- Extracted set_choices() method from FilePathField.__init__().
TildaDares
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2019-10-29
Refs #30908 -- Added test for nonexistent path in forms.FilePathField.
Hasan Ramezani
2017-07-29
Fixed #28264 -- Made FilePathField sort files and directories when recursive=...
Srinivas Reddy Thatiparthy
2017-07-17
Created a dedicated test directory for FilePathField tests.
Srinivas Reddy Thatiparthy
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #24219 -- Removed django.forms.extras per deprecation timeline.
Tim Graham
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-04-11
Split form's test_fields.py into different files.
Berker Peksag