1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.

Regression in b52c73008a.
This commit is contained in:
Nick Pope
2017-12-05 14:42:10 +00:00
committed by Tim Graham
parent dfeb19121b
commit e014f91a70
5 changed files with 13 additions and 4 deletions

View File

@@ -9,4 +9,5 @@ Django 1.11.9 fixes several bugs in 1.11.8.
Bugfixes
========
* ...
* Fixed a regression in Django 1.11 that added newlines between ``MultiWidget``'s
subwidgets (:ticket:`28890`).