thatandromeda / shortimer

a webapp for code4lib jobs
http://jobs.code4lib.org
0 stars 0 forks source link

time zone definitions for date_hierarchy and date_list #20

Open thatandromeda opened 9 years ago

thatandromeda commented 9 years ago

"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?