Opened 5 years ago
Last modified 5 years ago
#30936 closed Bug
Enabled timezone collides with date_hierarchy of django admin. — at Initial Version
Reported by: | Pavel | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 2.2 |
Severity: | Normal | Keywords: | date, hierarchy |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I encountered strange bug today. In django admin, if dates were filtered by date hierarchy for one particular day, they didn't appear on the page, even if they exist and are visible in general view. When added 31 of October, 31 October didnt appear at all.
I was able to fix the issue in setting by USE_TZ = False
Change History (2)
by , 5 years ago
Attachment: | bug_django.png added |
---|
by , 5 years ago
Attachment: | bug_django2.png added |
---|
Note:
See TracTickets
for help on using tickets.