remove fixme note, since FieldBlock no longer accepts field objects in the constructor

This commit is contained in:
Matt Westcott 2015-02-19 15:32:54 +00:00
parent 22a84e1ca3
commit e10d6a99da

View file

@ -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