django1/tests/forms_tests
Tim Graham 2f358d32ec [1.11.x] Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple_input.html.
Regression in b52c73008a

Backport of af1f986360 from master
2017-04-20 11:07:54 -04: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 [1.11.x] Fixed #28058 -- Restored empty BoundFields evaluating to True. 2017-04-17 08:56:15 -04:00
widget_tests [1.11.x] Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple_input.html. 2017-04-20 11:07:54 -04:00
__init__.py Renamed some tests and removed references to modeltests/regressiontests. 2013-02-26 14:36:57 +01:00
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