It's implemented in the first commit of the
[https://github.com/django/django/pull/6031 PR] for #26097.
--
Ticket URL: <https://code.djangoproject.com/ticket/27207>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"2d26b4637f0318736955b54b34f270fe9500f795" 2d26b46]:
{{{
#!CommitTicketReference repository=""
revision="2d26b4637f0318736955b54b34f270fe9500f795"
Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27207#comment:1>
Comment (by GitHub <noreply@…>):
In [changeset:"f3e2bb0833105f43efc0cc6f19c8465bc1b1a785" f3e2bb0]:
{{{
#!CommitTicketReference repository=""
revision="f3e2bb0833105f43efc0cc6f19c8465bc1b1a785"
Fixed #33750 -- Fixed timezone warning alignment with help texts.
Previously help_text was wrapped in a paragraph, but the change to div
broke the alignment, refs #27207.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27207#comment:2>
Comment (by Carlton Gibson <carlton@…>):
In [changeset:"6f80050496780e2f8a65e2a4374dd6375c9fbfa5" 6f80050]:
{{{
#!CommitTicketReference repository=""
revision="6f80050496780e2f8a65e2a4374dd6375c9fbfa5"
Fixed #33781 -- Restored alignment for admin split-field timezone
warnings.
Regression in f3e2bb0833105f43efc0cc6f19c8465bc1b1a785.
Refs #33750 and #27207.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27207#comment:3>