Added no_dereference context manager (#82)
Reorganised the context_managers as well
This commit is contained in:
@@ -7,7 +7,6 @@ Connecting
|
||||
|
||||
.. autofunction:: mongoengine.connect
|
||||
.. autofunction:: mongoengine.register_connection
|
||||
.. autoclass:: mongoengine.SwitchDB
|
||||
|
||||
Documents
|
||||
=========
|
||||
@@ -35,6 +34,13 @@ Documents
|
||||
.. autoclass:: mongoengine.ValidationError
|
||||
:members:
|
||||
|
||||
Context Managers
|
||||
================
|
||||
|
||||
.. autoclass:: mongoengine.context_managers.switch_db
|
||||
.. autoclass:: mongoengine.context_managers.no_dereference
|
||||
.. autoclass:: mongoengine.context_managers.query_counter
|
||||
|
||||
Querying
|
||||
========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user