1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[1.11.x] Fixed typo in docs/releases/1.11.txt.

Backport of 10c47f7b47c3b58eda579918d8381a066d43e788 from master
This commit is contained in:
Atul Varma 2017-02-07 07:49:46 -05:00 committed by Tim Graham
parent 2b17e4770b
commit 8a60e3d3fd

View File

@ -644,7 +644,7 @@ Miscellaneous
* ``EmailField`` and ``URLField`` no longer accept the ``strip`` keyword * ``EmailField`` and ``URLField`` no longer accept the ``strip`` keyword
argument. Remove it because it doesn't have an effect in older versions of argument. Remove it because it doesn't have an effect in older versions of
Django as these fields alway strip whitespace. Django as these fields always strip whitespace.
* The ``checked`` and ``selected`` attribute rendered by form widgets now uses * The ``checked`` and ``selected`` attribute rendered by form widgets now uses
HTML5 boolean syntax rather than XHTML's ``checked='checked'`` and HTML5 boolean syntax rather than XHTML's ``checked='checked'`` and