--
Ticket URL: <https://code.djangoproject.com/ticket/30922>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Erwin Junge
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/30922#comment:1>
Comment (by Erwin Junge):
[https://github.com/django/django/pull/11983]
--
Ticket URL: <https://code.djangoproject.com/ticket/30922#comment:2>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/30922#comment:3>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/30922#comment:4>
* stage: Accepted => Unreviewed
Comment:
Please don't accept your own tickets.
--
Ticket URL: <https://code.djangoproject.com/ticket/30922#comment:5>
* version: 2.2 => master
* type: Uncategorized => Bug
* stage: Unreviewed => Accepted
Comment:
Great catch.
--
Ticket URL: <https://code.djangoproject.com/ticket/30922#comment:6>
* status: assigned => closed
* resolution: => duplicate
Comment:
I think this is a Duplicate of #29724. (I'm going to close as such. Erwin
please review and re-open/reply here/there if that's incorrect.)
--
Ticket URL: <https://code.djangoproject.com/ticket/30922#comment:7>
Comment (by felixxm):
I don't think that it's a duplicate. This one is strictly related with
DST, i.e. `date_hierarchy` uses date `2019-11-01+03:00` instead of
`2019-11-01+02:00` (that doesn't exist in this timezone) because `date_to`
is in DST and `date_from` is not.
--
Ticket URL: <https://code.djangoproject.com/ticket/30922#comment:8>
* status: closed => new
* resolution: duplicate =>
Comment:
OK, happy to re-open if you think they're separate.
--
Ticket URL: <https://code.djangoproject.com/ticket/30922#comment:9>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/30922#comment:10>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"a6cb8ec3895a72bfb7f8e62d4b05dd5de6b738af" a6cb8ec]:
{{{
#!CommitTicketReference repository=""
revision="a6cb8ec3895a72bfb7f8e62d4b05dd5de6b738af"
Fixed #30922 -- Fixed ModelAdmin.date_hierarchy queries with DST changes.
There was an issue where admin date_hierarchy didn't render last day of
a month in DST-switch month.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30922#comment:11>