django/tests/forms_tests
Mariusz Felisiak 6872ce2266 Fixed #27712 -- Reallowed Input widget's attrs argument to set the input type.
Regression in b52c73008a.
2017-01-10 11:38:27 -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 Fixed #27712 -- Reallowed Input widget's attrs argument to set the input type. 2017-01-10 11:38:27 -05:00
__init__.py
models.py Organized forms_tests test_regressions.py. 2016-09-09 08:55:29 -04:00
urls.py
views.py