mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.
Regression in b52c73008a
.
This commit is contained in:
parent
dfeb19121b
commit
e014f91a70
5 changed files with 13 additions and 4 deletions
|
@ -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`).
|
||||
|
|
|
@ -9,4 +9,5 @@ Django 2.0.1 fixes several bugs in 2.0.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a regression in Django 1.11 that added newlines between ``MultiWidget``'s
|
||||
subwidgets (:ticket:`28890`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue