The date_hierarchy feature of the admin now relies on QuerySet.datetimes() when it’s used on a DateTimeField.
This requires time zone definitions in the database when USE_TZ is True. Learn more.
For the same reason, accessing date_list in the context of a date-based generic view requires time zone definitions in the database when the view is based on a DateTimeField and USE_TZ is True. Learn more."
"date_hierarchy requires time zone definitions¶
The date_hierarchy feature of the admin now relies on QuerySet.datetimes() when it’s used on a DateTimeField.
This requires time zone definitions in the database when USE_TZ is True. Learn more.
For the same reason, accessing date_list in the context of a date-based generic view requires time zone definitions in the database when the view is based on a DateTimeField and USE_TZ is True. Learn more."
Do we use these?