Commit efbfb80f authored by Paul Brown's avatar Paul Brown

Merge pull request #1201 from shvechikov/patch-2

Little fix of mongoengine usage example
parents 4d9664cc 6678c005
...@@ -150,7 +150,7 @@ class ModelView(BaseModelView): ...@@ -150,7 +150,7 @@ class ModelView(BaseModelView):
Subdocument configuration options. Subdocument configuration options.
This field accepts dictionary, where key is field name and value is either dictionary or instance of the This field accepts dictionary, where key is field name and value is either dictionary or instance of the
`flask_admin.contrib.EmbeddedForm`. `flask_admin.contrib.mongoengine.EmbeddedForm`.
Consider following example:: Consider following example::
......
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