django1/django/forms
Mariusz Felisiak 0034e9af18 Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidget subwidgets.
Thanks Tim Graham and Nick Pope for review.
2017-02-07 11:33:37 -05:00
..
jinja2/django/forms/widgets Replaced "not var is ..." with "is not" in attrs.html. 2017-01-23 13:14:00 -05:00
templates/django/forms/widgets Replaced "not var is ..." with "is not" in attrs.html. 2017-01-23 13:14:00 -05:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
fields.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
forms.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
formsets.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
models.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
renderers.py Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00
utils.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
widgets.py Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidget subwidgets. 2017-02-07 11:33:37 -05:00