Danielle Madeley
Results
22
issues of
Danielle Madeley
Everything breaks with tz-aware datetimes. It would be good to take an optional tzinfo and to cast the datetimes into that TZ automatically.
Given a declaration like: ``` python class FeaturedArticlesBlock(blocks.StructBlock): heading = blocks.CharBlock(required=False) articles = blocks.ListBlock(blocks.PageChooserBlock()) action = ActionBlock(required=False) class ActionBlock(blocks.StructBlock): text = blocks.CharBlock() link = blocks.PageChooserBlock() ``` The `action` field will...
type:Enhancement
component:Streamfield