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 found this "bug" by accident, I don't really need it fixed)
if you set __freetext = True on a numeric field and you're searching for a number, it works. But when you search for alpha chars (e.g. foo), you get ValueError(invalid literal for int() with base 10: 'foo')
The text was updated successfully, but these errors were encountered:
(I found this "bug" by accident, I don't really need it fixed)
if you set
__freetext = True
on a numeric field and you're searching for a number, it works. But when you search for alpha chars (e.g.foo
), you getValueError(invalid literal for int() with base 10: 'foo')
The text was updated successfully, but these errors were encountered: