yunojuno/elasticsearch-django

Serialization of dates breaks save() method

hugorodgerbrown opened this issue · 2 comments

Serialization of dates breaks save() method

This should no longer be the case as we are using the 1.11 style JSONField with the DjangoJSONEncoder, which handles dates.

This has been fixed.