diff options
| author | Vlastimil Zíma <vlastimil.zima@nic.cz> | 2018-01-30 10:33:13 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-01-30 19:09:31 -0500 |
| commit | fbc3c29e7cc5b3a3f62f1700af6ba474f05d59eb (patch) | |
| tree | d6ac81cac26555e69a9af3673890153aa6f3845e /docs | |
| parent | 5538729e4ec1adf1c79d94c2b47b5dcf591ad94b (diff) | |
Fixed #29036 -- Fixed HTML5 required validation on SelectDateWidget if the attribute is added by JavaScript.
Thanks Tim Graham for the initial patch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index 03d80115d3..a2aa2e8379 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -265,6 +265,10 @@ Miscellaneous elements, e.g. ``<br>``. This is incompatible within XHTML, although some widgets already used aspects of HTML5 such as boolean attributes. +* The value of :class:`~django.forms.SelectDateWidget`'s empty options is + changed from 0 to an empty string, which mainly may require some adjustments + in tests that compare HTML. + .. _deprecated-features-2.1: Features deprecated in 2.1 |
