mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 21:41:55 +00:00
remove fixme note, since FieldBlock no longer accepts field objects in the constructor
This commit is contained in:
parent
22a84e1ca3
commit
e10d6a99da
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue