Changes between Version 8 and Version 9 of Ticket #29724, comment 9


Ignore:
Timestamp:
Sep 3, 2019, 5:26:29 PM (5 years ago)
Author:
yab

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29724, comment 9

    v8 v9  
    1010{{{
    1111                elif year_lookup and month_lookup:
    12                         ### This is a way to avoid using queryset.dates fucntion, which was giving naive datetimes with problems when the monthrange is different between utc and localtime.
    1312                        month_filter=field_name+'__month'
    1413                        year_filter=field_name+'__year'
Back to Top