Added bulk insert method.

Updated changelog and added tests / query_counter tests
This commit is contained in:
Ross Lawley 2011-06-06 12:37:06 +01:00
commit 56f00a64d7
3 changed files with 125 additions and 1 deletions

View file

@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Added insert method for bulk inserts
- Added blinker signal support
- Added query_counter context manager for tests
- Added DereferenceBaseField - for improved performance in field dereferencing