Fixed typo in docs/releases/1.11.txt.

This commit is contained in:
Atul Varma 2017-02-07 07:49:46 -05:00 committed by Tim Graham
parent c651331b34
commit 10c47f7b47
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ Miscellaneous
* ``EmailField`` and ``URLField`` no longer accept the ``strip`` keyword
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
HTML5 boolean syntax rather than XHTML's ``checked='checked'`` and