mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
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.
This commit is contained in:
parent
664c98f1f8
commit
ee4a19053a
3 changed files with 3 additions and 59 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue