From ee4a19053a32d41cdd79e087b1968980804ce658 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 21 Nov 2019 20:53:31 +0100 Subject: Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required SelectDateWidget." This reverts commit f038214d917c982613f5a15db8dfe325b1f7479b. 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. --- docs/releases/3.0.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs') diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index d3656d6883..616b708389 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -524,10 +524,6 @@ Miscellaneous * Support for ``pywatchman`` < 1.2.0 is removed. -* HTML rendered by :class:`~django.forms.SelectDateWidget` for required fields - now have the ``placeholder`` attribute, which, mainly, may require some - adjustments in tests that compare HTML. - * :func:`~django.utils.http.urlencode` now encodes iterable values as they are when ``doseq=False``, rather than iterating them, bringing it into line with the standard library :func:`urllib.parse.urlencode` function. -- cgit v1.3