summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests/test_filepathfield.py
AgeCommit message (Expand)Author
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #24219 -- Removed django.forms.extras per deprecation timeline.Tim Graham
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-04-11Split form's test_fields.py into different files.Berker Peksag