diff options
| author | Atul Varma <varmaa@gmail.com> | 2017-02-07 07:49:46 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-02-07 07:50:02 -0500 |
| commit | 8a60e3d3fd166c0aa8bbb016a7e12a079c58e2bf (patch) | |
| tree | bf2774ba5251c470f84a3977d2df88cde1f8fb95 /docs | |
| parent | 2b17e4770bc02b4bf6864b21587feae815768613 (diff) | |
[1.11.x] Fixed typo in docs/releases/1.11.txt.
Backport of 10c47f7b47c3b58eda579918d8381a066d43e788 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 1546b68832..02f341a3e5 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -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 |
