Merge pull request #887 from rutsky/patch-2

fix reference format: "attr:`auto_create_index`"
This commit is contained in:
David Bordeynik 2015-02-20 22:18:39 +02:00
commit 3234f0bdd7

View File

@ -126,7 +126,7 @@ class Document(BaseDocument):
a **+** or **-** sign.
Automatic index creation can be disabled by specifying
attr:`auto_create_index` in the :attr:`meta` dictionary. If this is set to
:attr:`auto_create_index` in the :attr:`meta` dictionary. If this is set to
False then indexes will not be created by MongoEngine. This is useful in
production systems where index creation is performed as part of a
deployment system.