Changes between Initial Version and Version 1 of Ticket #29754, comment 4
- Timestamp:
- Sep 14, 2018, 1:35:52 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29754, comment 4
initial v1 3 3 Btw, here's possible solution: [https://github.com/django/django/pull/10390 PR]. 4 4 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).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 UTC (which leads to #29724).