mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean syntax.
This commit is contained in:
@@ -251,6 +251,10 @@ Miscellaneous
|
||||
* ``allowed_hosts`` is now a required argument of private API
|
||||
``django.utils.http.is_safe_url()``.
|
||||
|
||||
* The ``multiple`` attribute rendered by the
|
||||
:class:`~django.forms.SelectMultiple` widget now uses HTML5 boolean syntax
|
||||
rather than XHTML's ``mulitple="multiple"``.
|
||||
|
||||
.. _deprecated-features-2.1:
|
||||
|
||||
Features deprecated in 2.1
|
||||
|
||||
Reference in New Issue
Block a user