#18217: Date-based generic views use naive datetime objects
-------------------------------+--------------------
Reporter: yumike | Owner: nobody
Type: Bug | Status: new
Component: Generic views | Version: SVN
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------
Some date-based generic views ({{{MonthArchiveView}}},
{{{WeekArchiveView}}}, {{{DayArchiveView}}}, {{{TodayArchiveView}}},
{{{DateDetailView}}}) raise time zone warnings if USE_TZ because of using
naive datetime objects and date objects in {{{_date_from_string}}},
{{{_month_bounds}}} and {{{_date_lookup_for_field}}} from
{{{django.views.generic.dates}}} module.
--
Ticket URL: <https://code.djangoproject.com/ticket/18217>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.