Skip to content
Commit 252eb0a3 authored by Damien's avatar Damien Committed by hydrargyrum
Browse files

filters/standard: Currency now manage EmptyType

get_currency method assert by default that the text parameter is a
string. Though, in such case :

Currency(Dict(selector, default=None), default=NotAvailable)

The Currency filter will crash because NotAvalaible object doesn't have an upper
method.
parent 25d9137f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment