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
Maybe this is actually an issue with a newer version of https://github.com/algolia/algoliasearch-client-python, but in any case, after upgrading to v4.0.0 of this package + v4.13.0 of the python client, indexing models with models.DecimalField fields fails with this error:
AttributeError: 'decimal.Decimal' object has no attribute 'to_dict'
The text was updated successfully, but these errors were encountered:
Maybe this is actually an issue with a newer version of https://github.com/algolia/algoliasearch-client-python, but in any case, after upgrading to v4.0.0 of this package + v4.13.0 of the python client, indexing models with
models.DecimalField
fields fails with this error:AttributeError: 'decimal.Decimal' object has no attribute 'to_dict'
The text was updated successfully, but these errors were encountered: