Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#622 closed enhancement (fixed)

Added a isnull filter

Reported by: Eric Moritz Owned by: Adrian Holovaty
Component: Template system Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Added a isnull filter to be used instead of default for times when 0 in a numeric field has meaning

Attachments (1)

isnull.diff (631 bytes ) - added by anonymous 19 years ago.

Download all attachments as: .zip

Change History (3)

by anonymous, 19 years ago

Attachment: isnull.diff added

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [859]) Fixed #622 -- Added default_if_none filter. Thanks, Eric

comment:2 by Adrian Holovaty, 19 years ago

Note that I ended up calling it default_if_none. isnull implies the filter returns a boolean, which this filter doesn't do.

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