mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
@@ -31,8 +31,9 @@ Minor features
|
||||
* Added :meth:`~django.db.models.query.QuerySet.earliest` for symmetry with
|
||||
:meth:`~django.db.models.query.QuerySet.latest`.
|
||||
|
||||
* The default widgets for :class:`~django.forms.EmailField` use
|
||||
the new type attribute available in HTML5 (type='email').
|
||||
* The default widgets for :class:`~django.forms.EmailField` and
|
||||
:class:`~django.forms.URLField` use the new type attributes available in
|
||||
HTML5 (type='email', type='url').
|
||||
|
||||
Backwards incompatible changes in 1.6
|
||||
=====================================
|
||||
@@ -44,7 +45,7 @@ Backwards incompatible changes in 1.6
|
||||
|
||||
* If your CSS/Javascript code used to access HTML input widgets by type, you
|
||||
should review it as ``type='text'`` widgets might be now output as
|
||||
``type='email'`` depending on their corresponding field type.
|
||||
``type='email'`` or ``type='url'`` depending on their corresponding field type.
|
||||
|
||||
.. warning::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user