Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 349 Bytes

filter_stringify.rst

File metadata and controls

14 lines (8 loc) · 349 Bytes

django

Translates atoms, integers and floats to strings. The undefined value is translated to the empty string. Does not translate tuples.

For example:

{{ value|stringify }}

When value is undefined then the output will be “”.

filter-slugify, filter-to_binary