Changes between Initial Version and Version 3 of Ticket #29931
- Timestamp:
- Nov 8, 2018, 6:18:27 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29931
- Property Owner changed from to
- Property Status new → assigned
- Property Has patch set
- Property Patch needs improvement set
- Property Triage Stage Unreviewed → Accepted
- Property Summary Improve `contrib.humanize.templatetags.humanize.naturalday` and add more test for it → Remove untested ValueError catching in naturalday template filter
-
Ticket #29931 – Description
initial v3 1 Small change in `contrib.humanize.templatetags.humanize.naturalday` and test to cover `ValueError` in this function. 1 This branch is untested: 2 {{{ 3 except ValueError: 4 # Date arguments out of range 5 }}} 6 I don't see how that branch could happen if `value` is a date.