--
Ticket URL: <https://code.djangoproject.com/ticket/33781>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "after.png" added.
* Attachment "before.png" added.
Old description:
> Unfortunately, f3e2bb0833105f43efc0cc6f19c8465bc1b1a785 introduced a
> regression in admin which still uses `<p>` for
> [https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/widgets/split_datetime.html
> split datetimes].
New description:
Unfortunately, f3e2bb0833105f43efc0cc6f19c8465bc1b1a785 introduced a
regression in admin which still uses `<p>` for
[https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/widgets/split_datetime.html
split datetimes].
Before:
[[Image(before.png)]]
----
After f3e2bb0833105f43efc0cc6f19c8465bc1b1a785:
[[Image(after.png)]]
--
--
Ticket URL: <https://code.djangoproject.com/ticket/33781#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/33781#comment:2>
* owner: nobody => Zainab Amir
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/33781#comment:3>
* owner: Zainab Amir => (none)
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/33781#comment:4>
* owner: nobody => Yahyaali1
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/33781#comment:3>
* owner: Yahya Ali => Carlton Gibson
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/15830 PR] adjusting the CSS.
--
Ticket URL: <https://code.djangoproject.com/ticket/33781#comment:4>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/33781#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
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/33781#comment:6>
Comment (by GitHub <noreply@…>):
In [changeset:"73ae8545ae620469550f1adcfe63fb9b9e4f3eb3" 73ae854]:
{{{
#!CommitTicketReference repository=""
revision="73ae8545ae620469550f1adcfe63fb9b9e4f3eb3"
Refs #33781 -- Restored alignment for admin split-field timezone warnings
for RTL languages.
Regression in f3e2bb0833105f43efc0cc6f19c8465bc1b1a785.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33781#comment:7>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"12561b70212cfc8035e4ea7c05bf23ca468d96a3" 12561b70]:
{{{
#!CommitTicketReference repository=""
revision="12561b70212cfc8035e4ea7c05bf23ca468d96a3"
[4.2.x] Refs #33781 -- Restored alignment for admin split-field timezone
warnings for RTL languages.
Regression in f3e2bb0833105f43efc0cc6f19c8465bc1b1a785.
Backport of 73ae8545ae620469550f1adcfe63fb9b9e4f3eb3 from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33781#comment:8>