Fix label prettify-er for generic fieldset.
This commit is contained in:
parent
12a6cbfac8
commit
36c710e0fa
|
@ -118,3 +118,4 @@ class GenericFieldSet(formalchemy.FieldSet):
|
||||||
__sa__ = False
|
__sa__ = False
|
||||||
_bound_pk = None
|
_bound_pk = None
|
||||||
data = None
|
data = None
|
||||||
|
prettify = staticmethod(prettify)
|
||||||
|
|
Loading…
Reference in a new issue