Skip to content

Commit

Permalink
Remove reference to doc type in persistence docs
Browse files Browse the repository at this point in the history
Closes #1204
  • Loading branch information
honzakral committed May 31, 2019
1 parent 65f2a18 commit 93e5c5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/persistence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,6 @@ the index, its name, settings and other attributes:
used for any write operations and an ``index`` kwarg will have to be passed
explicitly when calling methods like ``.save()``.

``doc_type``
name of the ``_type`` in elasticsearch. Note that you have to define this as
well as ``doc_type`` in ``class Meta`` in order for it to take effect.

``using``
default connection alias to use, defaults to ``'default'``

Expand Down

0 comments on commit 93e5c5d

Please sign in to comment.