Added .scalar to Queryset
More efficient than the previous .values_list implementation Ref #393 Reverted some of the .values_list code thats no longer needed. Closes #415
This commit is contained in:
parent
9a190eb00d
commit
f60a49d6f6
6 changed files with 123 additions and 187 deletions
|
|
@ -5,8 +5,8 @@ Changelog
|
|||
Changes in dev
|
||||
==============
|
||||
|
||||
- Added scalar for efficiently returning partial data values (aliased to values_list)
|
||||
- Fixed limit skip bug
|
||||
- Added values_list for returning a list of data
|
||||
- Improved Inheritance / Mixin
|
||||
- Added sharding support
|
||||
- Added pymongo 2.1 support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue