Updated docs / authors.

Thanks @jorgebastida for the awesome query_counter test context manager.
This commit is contained in:
Ross Lawley
2011-06-06 11:07:27 +01:00
parent ec7effa0ef
commit 7312db5c25
3 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
from mongoengine.connection import _get_db
class query_counter(object):
""" Query_counter contextmanager to get the number of queries. """