Commit 8a1ed9cd authored by Serge S. Koval's avatar Serge S. Koval

Update view.py

parent 5451b8bd
...@@ -118,10 +118,7 @@ class ModelView(BaseModelView): ...@@ -118,10 +118,7 @@ class ModelView(BaseModelView):
class MyAdmin(ModelView): class MyAdmin(ModelView):
form_subdocuments = { form_subdocuments = {
'data': { 'data': {
'form_subdocuments': { 'form_columns': ('name',)
'form_columns': ('name',)
}
} }
} }
......
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