Basti

Results 3 issues of Basti

With the merge of #501 the Money objects are automatically using the `decimal_places` of the underlying DB-`MoneyField` (if it exists). This leads to weird localization behaviour in templates. We use...

feature
enhancement
help wanted
good first issue

This should fix the issue #1275 by making the default value an integer and providing the option to set the max value per filter instance

The in 2.4.0 introduced `MaxValueValidator` sets as default `1e50` leading to have a `float` as max value, but the `NumberFilter` uses a `DecimalField` as base leading to `FloatOperation` exceptions if...