django1/tests/forms_tests
Tim Graham 2b17e4770b [1.11.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields with a default.
Backport of 4353640ea9 from master
2017-02-06 20:55:47 -05:00
..
field_tests Fixed #27370 -- Prevented Select widget from using 'required' with a non-empty first value. 2016-12-28 10:45:22 -05:00
jinja2/forms_tests Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00
templates/forms_tests Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00
tests Refs #15667 -- Fixed form renderer test for Python 2 non-ASCII path. 2016-12-28 15:57:55 -05:00
widget_tests [1.11.x] Fixed #27805 -- Fixed ClearableFileInput's "Clear" checkbox on model fields with a default. 2017-02-06 20:55:47 -05:00
__init__.py
models.py Organized forms_tests test_regressions.py. 2016-09-09 08:55:29 -04:00
urls.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
views.py Refs #4960 -- Fixed selenium test failures for CharField strip changes. 2015-07-06 08:52:50 -04:00