Opened 11 months ago

Closed 11 months ago

Last modified 11 months ago

#34645 closed Bug (fixed)

Timezone warning visual regression for DateFields and TimeFields.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: contrib.admin Version: 4.2
Severity: Release blocker Keywords:
Cc: Tom Carrick Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Mariusz Felisiak)

Django 4.1:

Django 4.2.:

Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd.

Related with #33781.

Attachments (2)

Screenshot_django_4_1.png (12.4 KB ) - added by Mariusz Felisiak 11 months ago.
Screenshot_django_4_2.png (12.1 KB ) - added by Mariusz Felisiak 11 months ago.

Download all attachments as: .zip

Change History (7)

by Mariusz Felisiak, 11 months ago

Attachment: Screenshot_django_4_1.png added

by Mariusz Felisiak, 11 months ago

Attachment: Screenshot_django_4_2.png added

comment:1 by Mariusz Felisiak, 11 months ago

Description: modified (diff)

comment:2 by Mariusz Felisiak, 11 months ago

Has patch: set

comment:3 by Natalia Bidart, 11 months ago

Triage Stage: UnreviewedAccepted

Thanks for the report!

comment:4 by GitHub <noreply@…>, 11 months ago

Resolution: fixed
Status: assignedclosed

In caf80cb:

Fixed #34645 -- Restored alignment for admin date/time timezone warnings.

Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd.

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 11 months ago

In 31d1fc36:

[4.2.x] Fixed #34645 -- Restored alignment for admin date/time timezone warnings.

Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd.
Backport of caf80cb41f13e84803a94928282cae75333bbdfc from main

Note: See TracTickets for help on using tickets.
Back to Top