Commit aaa36abf authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #41 from dmedvinsky/bug/docs

Fix typo in docs
parents 3d62929e 373e1bc3
......@@ -160,7 +160,7 @@ class BaseModelView(BaseView):
Example::
class MyModelView(BaseModelView):
list_columns = ('name', 'email')
form_columns = ('name', 'email')
"""
excluded_form_columns = None
......
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