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 want to include language in my index document but in my project these fields are CountryField from django-countries third-party app (https://github.com/SmileyChris/django-countries) and can't be serialized when rebuilding the index.
I tried to create a custom field with (de-)serialize override to text but in the to_dict() result the behaviour doesn't seem to work.
I may have missed something in the documentation, I would appreciate some insight on this.
All the best.
The text was updated successfully, but these errors were encountered:
Hello,
I want to include language in my index document but in my project these fields are CountryField from django-countries third-party app (https://github.com/SmileyChris/django-countries) and can't be serialized when rebuilding the index.
I tried to create a custom field with (de-)serialize override to text but in the to_dict() result the behaviour doesn't seem to work.
I may have missed something in the documentation, I would appreciate some insight on this.
All the best.
The text was updated successfully, but these errors were encountered: