From e10d6a99dab6f576a123b1a50162c9b86c7ce358 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 19 Feb 2015 15:32:54 +0000 Subject: [PATCH] remove fixme note, since FieldBlock no longer accepts field objects in the constructor --- wagtail/wagtailcore/blocks.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wagtail/wagtailcore/blocks.py b/wagtail/wagtailcore/blocks.py index d977056ec..df501ba75 100644 --- a/wagtail/wagtailcore/blocks.py +++ b/wagtail/wagtailcore/blocks.py @@ -308,11 +308,6 @@ class BoundBlock(object): # Field block # =========== -# FIXME: form field instances are not deconstructible for migrations. Need some other way to refer to -# them in the initialiser, in the case that FieldBlock appears inline within a StreamField definition. -# (Referring to them by class would probably work; it's unlikely that any parameter passed to them -# would affect anything you're doing in migrations) - class FieldBlock(Block): class Meta: default = None