django1/django/forms
Claude Paroz 43b574007e Fixed #28192 -- Required passing optional form field args as keyword args. 2017-06-03 10:49:01 -04:00
..
jinja2/django/forms/widgets Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple_input.html. 2017-04-20 10:06:34 -04:00
templates/django/forms/widgets Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple_input.html. 2017-04-20 10:06:34 -04:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py Fixed #28265 -- Prevented renderer warning on Widget.render() with **kwargs. 2017-06-02 09:46:43 -04:00
fields.py Fixed #28192 -- Required passing optional form field args as keyword args. 2017-06-03 10:49:01 -04:00
forms.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
formsets.py Fixed #28226 -- Replaced use of str.join() with concatenation. 2017-05-27 13:59:05 -04:00
models.py Fixed #28192 -- Required passing optional form field args as keyword args. 2017-06-03 10:49:01 -04:00
renderers.py Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00
utils.py Fixed #27922 -- Added ErrorDict.get_json_data(). 2017-05-27 09:19:42 -04:00
widgets.py Fixed #28249 -- Removed unnecessary dict.keys() calls. 2017-05-27 19:08:46 -04:00