Commit 6678c005 authored by Leonid Shvechikov's avatar Leonid Shvechikov

Little fix of mongoengine usage example

parent 4d9664cc
...@@ -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