coderedcorp / wagtail-seo

Search engine and social media optimization for Wagtail.
Other
62 stars 18 forks source link

fix date serialization #26

Closed ma00 closed 2 years ago

vsalvino commented 2 years ago

While this works, I think the actual solution is to update the serializer to handle date objects (currently it only handles datetime and time objects). See: https://github.com/coderedcorp/wagtail-seo/blob/d9454ea126c6fd6722dd67283294a4cf80b94d1f/wagtailseo/utils.py#L76-L92

ma00 commented 2 years ago

great, thanks!

vsalvino commented 2 years ago

Fixed via #37