Commit 85853a19 authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #959 from justanotherbody/master

Fix typo in docstring
parents 7abc775c 552c6c17
......@@ -147,7 +147,7 @@ class ModelView(BaseModelView):
Inline model conversion class. If you need some kind of post-processing for inline
forms, you can customize behavior by doing something like this::
class MyInlineModelConverter(AdminModelConverter):
class MyInlineModelConverter(InlineModelConverter):
def post_process(self, form_class, info):
form_class.value = wtf.StringField('value')
return form_class
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment