You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also having this issue since Django 5 and hope this can be fixed. I noticed there's already an open PR that addresses this, any chance it could be reviewed and merged?
Hello,
after upgrading to Django 5.x I am getting errors using all the filters (e.g.
SingleNumericFilter
andRangeNumericFilter
).No matter what I input, I alwas get this error:
["“['x']” value must be a decimal number."]
where 'x' is any number I put (could be 0, 100, 1000).
Full stack:
The text was updated successfully, but these errors were encountered: