-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Chained queries break on same fields ($in followed by $eq). #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
You define |
I'm patching it to do this: |
yeah that sounds better |
rozza
added a commit
that referenced
this issue
Oct 1, 2012
Ok this passes for me.. |
samuelclay
added a commit
to samuelclay/mongoengine
that referenced
this issue
Oct 29, 2012
* 'master' of https://github.com/MongoEngine/mongoengine: (24 commits) Fixing py3 compat Added chaining regression test (MongoEngine#135) Updated test Unicode fix for repr (MongoEngine#133) Allow updates with match operators (MongoEngine#144) Unicode fix reverted but can have custom validator Fix loop Updated URLField Added Garry Polley to contributors list can now use AuthenticationBackends with permissions. Updates to the readme Added CONTRIBUTING.rst Updated docs thanks @mitar Moved injection of Exceptions to top level Fixed reload issue with ReferenceField where dbref=False (MongoEngine#138) Improved import cache Fixed objectId for DBRef Updated travis.yml Fix ReferenceField dbref = False Updated docs ...
dankantor
pushed a commit
to exfm/mongoengine
that referenced
this issue
Dec 10, 2012
dankantor
pushed a commit
to exfm/mongoengine
that referenced
this issue
Dec 10, 2012
samuelclay
added a commit
to samuelclay/mongoengine
that referenced
this issue
Jan 28, 2013
* 'master' of github.com:samuelclay/mongoengine: (227 commits) Adding QuerySet(read_preference=pymongo.ReadPreference.X) and QuerySet().read_preference() method to override connection-level read_preference on a per-query basis. Fixing py3 compat Added chaining regression test (MongoEngine#135) Updated test Unicode fix for repr (MongoEngine#133) Allow updates with match operators (MongoEngine#144) Unicode fix reverted but can have custom validator Fix loop Updated URLField Added Garry Polley to contributors list can now use AuthenticationBackends with permissions. Updates to the readme Added CONTRIBUTING.rst Updated docs thanks @mitar Moved injection of Exceptions to top level Fixed reload issue with ReferenceField where dbref=False (MongoEngine#138) Improved import cache Fixed objectId for DBRef Updated travis.yml Fix ReferenceField dbref = False ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: