django1/django/forms
Tim Graham 8e2029f8dd Removed import * in tests.
Thanks to flake8 path/to/file.py | awk -F ' ' '{ print $5 }' | sort | uniq
2013-10-22 08:32:01 -04:00
..
extras Fixed #20986 -- Enabled SelectDateWidget to use custom months 2013-08-28 16:39:26 +03:00
__init__.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
fields.py Fixed assorted flake8 errors. 2013-10-11 07:25:14 -04:00
forms.py Fixed #8620 -- Updated the Form metaclass to support excluding fields by shadowing them. 2013-10-14 22:42:33 +07:00
formsets.py Fixed #21287 -- Fixed E123 pep8 warnings 2013-10-18 10:07:39 +01:00
models.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
util.py Removed import * in tests. 2013-10-22 08:32:01 -04:00
utils.py Fixed #21270 -- Fixed E701 pep8 warnings 2013-10-17 12:12:40 +01:00
widgets.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00