django1/django/forms
Tim Graham c7d0ff0cad Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Thanks jeroen.pulles at redslider.net for the suggestion and
helper script.
2013-08-29 12:11:03 -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 #15511 -- Allow optional fields on ``MultiValueField` subclasses. 2013-08-06 08:50:47 -04:00
forms.py Moved translator comment just above the target string 2013-08-22 09:52:54 +02:00
formsets.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
models.py Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple() 2013-08-29 12:11:03 -04:00
util.py Deprecate usage of boolean value for widget attributes 2013-07-05 19:33:19 +02:00
widgets.py Fixed #20555 -- Make subwidget id attribute available 2013-08-13 13:23:05 -04:00