django/tests/forms_tests
Jon Dufresne 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls.
iter(dict) is equivalent to iter(dict.keys()).
2017-05-27 19:08:46 -04:00
..
field_tests Refs #27804 -- Used subTest() in several tests. 2017-05-24 08:36:34 -04:00
jinja2/forms_tests
templates/forms_tests
tests Fixed #28249 -- Removed unnecessary dict.keys() calls. 2017-05-27 19:08:46 -04:00
widget_tests Fixed #28157 -- Fixed choice ordering in form fields with grouped and non-grouped options. 2017-05-03 07:21:44 -04:00
__init__.py
models.py
urls.py
views.py