django1/django/forms
Mariusz Felisiak 48ed73fb74 [3.0.x] Fixed E128, E741 flake8 warnings.
Backport of 0668164b4a from master.
2020-05-12 08:55:06 +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 [3.0.x] Fixed #30839 -- Fixed Field.__deepcopy__() so forms don't share error messages. 2019-10-08 10:28:30 +02: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 [3.0.x] Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a model instance. 2019-10-11 14:33:32 +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 [3.0.x] Fixed E128, E741 flake8 warnings. 2020-05-12 08:55:06 +02:00