Skip to content

Commit

Permalink
Merge pull request #887 from rutsky/patch-2
Browse files Browse the repository at this point in the history
fix reference format: "attr:`auto_create_index`"
  • Loading branch information
DavidBord committed Feb 20, 2015
2 parents 47a4d58 + 4ae60da commit 3234f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoengine/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3234f0b

Please sign in to comment.