Opened 12 years ago

Closed 12 years ago

#18504 closed Bug (fixed)

humanize template filters miss the `expects_localtime` parameter

Reported by: Aymeric Augustin Owned by: Aymeric Augustin
Component: contrib.humanize Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: yes Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Aymeric Augustin)

This was reported on django-users. Patch attached.

Attachments (1)

18504.diff (912 bytes ) - added by Aymeric Augustin 12 years ago.

Download all attachments as: .zip

Change History (3)

by Aymeric Augustin, 12 years ago

Attachment: 18504.diff added

comment:1 by Aymeric Augustin, 12 years ago

Description: modified (diff)

comment:2 by Aymeric Augustin <aymeric.augustin@…>, 12 years ago

Resolution: fixed
Status: newclosed

In [5d560dcb981400451d69a834f7c6a9090f5e5221]:

Fixed #18504 -- Computed |naturalday in local time.

Note: See TracTickets for help on using tickets.
Back to Top