#17675: using date filter with regroup tag not working with 1.4 TZ
---------------------------------+---------------------------------------
Reporter: ptone | Owner: aaugustin
Type: Bug | Status: new
Component: Core (Other) | Version: 1.4-alpha-1
Severity: Release blocker | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
---------------------------------+---------------------------------------
Comment (by akaariai):
Isn't that using a kwarg in a very non-necessary fashion? That line is
doing:
{{{
def somef(v):
return self.expression.resolve(v, True)
groupby(obj_list, somef)
}}}
Now, wouldn't be a surprise if the above is wrong. As said, the line is a
bit cryptic...
--
Ticket URL: <https://code.djangoproject.com/ticket/17675#comment:5>
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.