django1/django/forms
Carlton Gibson ee4a19053a Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required SelectDateWidget."
This reverts commit f038214d91.

The initial issue was incorrect. Django 2.2, and before, did not
generate invalid HTML as reported. With f03821 in place invalid HTML
was generated.

Thanks to Kevin Brown for follow-up report and investigation.
2019-11-21 20:53:31 +01: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 Fixed #30899 -- Lazily compiled import time regular expressions. 2019-10-29 09:22:26 +01:00
forms.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
formsets.py Removed unnecessary assignments in various code. 2019-04-24 13:09:29 +02:00
models.py Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a model instance. 2019-10-11 13:28:09 +02:00
renderers.py Refs #29983 -- Added support for using pathlib.Path in all settings. 2019-11-07 10:26:22 +01:00
utils.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
widgets.py Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required SelectDateWidget." 2019-11-21 20:53:31 +01:00