This is due to the way that white-space is handled in the templates which
was previously not an issue when strings were being joined in
{{{MultiWidget.format_output()}}}.
This may well affect more than {{{MultiWidget}}}.
See the attached screenshot - top is how things looked before, bottom is
how things look after upgrading to 1.11.
--
Ticket URL: <https://code.djangoproject.com/ticket/28890>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "multiwidget-spacing-bug.png" added.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/28890#comment:1>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"e014f91a70aa3ccdddb363a733c76e35597424fa" e014f91]:
{{{
#!CommitTicketReference repository=""
revision="e014f91a70aa3ccdddb363a733c76e35597424fa"
Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28890#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"c1d57615ac60171a73e1922a48ebc27fe513357e" c1d57615]:
{{{
#!CommitTicketReference repository=""
revision="c1d57615ac60171a73e1922a48ebc27fe513357e"
[2.0.x] Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
Backport of e014f91a70aa3ccdddb363a733c76e35597424fa from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28890#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"47681af34447e5d45f3fdb316497cdf9fbd0b7ce" 47681af3]:
{{{
#!CommitTicketReference repository=""
revision="47681af34447e5d45f3fdb316497cdf9fbd0b7ce"
[1.11.x] Fixed #28890 -- Removed newlines between MultiWidget's
subwidgets.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
Backport of e014f91a70aa3ccdddb363a733c76e35597424fa from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28890#comment:4>