Changes between Initial Version and Version 1 of Ticket #29754, comment 4


Ignore:
Timestamp:
Sep 14, 2018, 1:35:52 PM (6 years ago)
Author:
Alexander Holmbäck

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29754, comment 4

    initial v1  
    33Btw, here's possible solution: [https://github.com/django/django/pull/10390 PR].
    44
    5 If this is a no-go, I think the test [https://github.com/django/django/blob/master/tests/admin_views/tests.py#L942 admin_views.tests.AdminViewBasicTest.test_date_hierarchy_timezone_dst] should be changed so that it expects an exception. Otherwise the date hierarchy tag is bound to only deal with non-local times (which leads to #29724).
     5If this is a no-go, I think the test [https://github.com/django/django/blob/master/tests/admin_views/tests.py#L942 admin_views.tests.AdminViewBasicTest.test_date_hierarchy_timezone_dst] should be changed so that it expects an exception. Otherwise the date hierarchy tag is bound to only deal with UTC (which leads to #29724).
Back to Top