Added SwitchDB context manager (#106)

This commit is contained in:
Ross Lawley
2013-01-23 12:54:14 +00:00
parent 6d68ad735c
commit e5e88d792e
5 changed files with 85 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ Connecting
.. autofunction:: mongoengine.connect
.. autofunction:: mongoengine.register_connection
.. autoclass:: mongoengine.SwitchDB
Documents
=========