Updated docs / authors.
Thanks @jorgebastida for the awesome query_counter test context manager.
This commit is contained in:
parent
ec7effa0ef
commit
7312db5c25
1
AUTHORS
1
AUTHORS
@ -3,3 +3,4 @@ Matt Dennewitz <mattdennewitz@gmail.com>
|
|||||||
Deepak Thukral <iapain@yahoo.com>
|
Deepak Thukral <iapain@yahoo.com>
|
||||||
Florian Schlachter <flori@n-schlachter.de>
|
Florian Schlachter <flori@n-schlachter.de>
|
||||||
Steve Challis <steve@stevechallis.com>
|
Steve Challis <steve@stevechallis.com>
|
||||||
|
Ross Lawley <ross.lawley@gmail.com>
|
||||||
|
@ -5,6 +5,8 @@ Changelog
|
|||||||
Changes in dev
|
Changes in dev
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
- Added query_counter context manager for tests
|
||||||
|
- Added DereferenceBaseField - for improved performance in field dereferencing
|
||||||
- Added optional map_reduce method item_frequencies
|
- Added optional map_reduce method item_frequencies
|
||||||
- Added inline_map_reduce option to map_reduce
|
- Added inline_map_reduce option to map_reduce
|
||||||
- Updated connection exception so it provides more info on the cause.
|
- Updated connection exception so it provides more info on the cause.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
from mongoengine.connection import _get_db
|
from mongoengine.connection import _get_db
|
||||||
|
|
||||||
|
|
||||||
class query_counter(object):
|
class query_counter(object):
|
||||||
""" Query_counter contextmanager to get the number of queries. """
|
""" Query_counter contextmanager to get the number of queries. """
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user