Refs #28555 -- Forwardported 1.11.6 release note.

This commit is contained in:
Tim Graham 2017-09-05 16:46:55 -04:00
parent 15f2d87ceb
commit 3d2c3905a6
1 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ Django 1.11.6 fixes several bugs in 1.11.5.
Bugfixes
========
* ...
* Made the ``CharField`` form field convert whitespace-only values to the
``empty_value`` when ``strip`` is enabled (:ticket:`28555`).