Fixed typo in docs/releases/1.11.txt.
This commit is contained in:
parent
c651331b34
commit
10c47f7b47
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue