fix reference format: "attr:auto_create_index"

This commit is contained in:
Vladimir Rutsky 2015-02-20 19:59:36 +03:00
parent f42ab957d4
commit 4ae60da58d

View File

@ -113,7 +113,7 @@ class Document(BaseDocument):
a **+** or **-** sign. a **+** or **-** sign.
Automatic index creation can be disabled by specifying 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 False then indexes will not be created by MongoEngine. This is useful in
production systems where index creation is performed as part of a production systems where index creation is performed as part of a
deployment system. deployment system.