1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

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

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`).