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
4
setup.py
4
setup.py
|
|
@ -38,7 +38,9 @@ setup(name='mongoengine',
|
|||
packages=find_packages(),
|
||||
author='Harry Marr',
|
||||
author_email='harry.marr@{nospam}gmail.com',
|
||||
url='http://hmarr.com/mongoengine/',
|
||||
maintainer="Ross Lawley",
|
||||
maintainer_email="ross.lawley@gmail.com",
|
||||
url='http://mongoengine.org/',
|
||||
license='MIT',
|
||||
include_package_data=True,
|
||||
description=DESCRIPTION,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue