heynemann / motorengine

Motorengine is a port of MongoEngine for Tornado.
http://motorengine.readthedocs.org
204 stars 67 forks source link

Do not clean QuerySet's internal filter state in find_all and count method #94

Closed wonderbeyond closed 6 years ago

wonderbeyond commented 9 years ago

Do not clean QuerySet's internal filter state in find_all and count method

see issue: https://github.com/heynemann/motorengine/issues/93

heynemann commented 9 years ago

I think we'll need a reset method in the queryset to do it then... Are the tests passing in your fork?

wonderbeyond commented 9 years ago

Yes, the tests passed in travis, except one previous error in python3.3. https://travis-ci.org/heynemann/motorengine/builds/67649140