django1/django/forms
Jon Dufresne d89053585e Improved error message when index in __getitem__() is invalid. 2019-07-23 20:12:08 +02:00
..
jinja2/django/forms/widgets Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSelectMultiple with MultiWidget. 2018-03-15 09:10:23 -04:00
templates/django/forms/widgets Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSelectMultiple with MultiWidget. 2018-03-15 09:10:23 -04:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py Improved error message when index in __getitem__() is invalid. 2019-07-23 20:12:08 +02:00
fields.py Refs #29689 -- Moved FilePathField choices sorting outside the loop. 2018-08-29 06:19:32 -04:00
forms.py Fixed typos in docs, comments, and exception messages. 2019-04-18 09:33:53 +02:00
formsets.py Removed unnecessary assignments in various code. 2019-04-24 13:09:29 +02:00
models.py Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00
renderers.py Ref #23919 -- Replaced some os.path usage with pathlib.Path. 2018-04-19 21:30:00 -04:00
utils.py Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00
widgets.py Fixed #30578 - Made SelectDateWidget respect a custom date format when USE_L10N is disabled. 2019-06-26 11:07:11 +02:00