Updated docs / authors.
Thanks @jorgebastida for the awesome query_counter test context manager.
This commit is contained in:
		
							
								
								
									
										1
									
								
								AUTHORS
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								AUTHORS
									
									
									
									
									
								
							| @@ -3,3 +3,4 @@ Matt Dennewitz <mattdennewitz@gmail.com> | ||||
| Deepak Thukral <iapain@yahoo.com> | ||||
| Florian Schlachter <flori@n-schlachter.de> | ||||
| Steve Challis <steve@stevechallis.com> | ||||
| Ross Lawley <ross.lawley@gmail.com> | ||||
|   | ||||
| @@ -5,6 +5,8 @@ Changelog | ||||
| 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 inline_map_reduce option to map_reduce | ||||
| - Updated connection exception so it provides more info on the cause. | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| from mongoengine.connection import _get_db | ||||
|  | ||||
|  | ||||
| class query_counter(object): | ||||
|     """ Query_counter contextmanager to get the number of queries. """ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user