wagtail-deprecated / wagtail-react-streamfield

Powerful field for inserting multiple blocks with nesting. (NO LONGER MAINTAINED - See Wagtail 2.13 Release Notes)

Home Page:https://wagtail.github.io/react-streamfield/public/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot serialise default date value

kevinhowbrook opened this issue · comments

commented

errorObject of type builtin_function_or_method is not JSON serializable is thrown when defining a block with a default date value e.g:

    start_time = blocks.DateTimeBlock(required=False, default=datetime.now)

Fixed in Wagtail by wagtail/wagtail@0cb5609.
I will backport this change to wagtail-react-streamfield soon.