Fix label prettify-er for generic fieldset.

This commit is contained in:
Lance Edgar 2016-01-10 17:52:36 -06:00
parent 12a6cbfac8
commit 36c710e0fa

View file

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