Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Hotfix to master #11

Closed
hansonkd opened this issue Jul 24, 2013 · 1 comment
Closed

Hotfix to master #11

hansonkd opened this issue Jul 24, 2013 · 1 comment

Comments

@hansonkd
Copy link

Have you thought about adding the develop portion of

#MongoEngineConnectionDatastore

    def _query(self, **kwargs):
        try:
            from mongoengine.queryset import Q, QCombination
        except ImportError:
            from mongoengine.queryset.visitor import Q, QCombination

to master as a hotfix? The current master branch is breaking since it doesn't have proper restrictions on what version of mongoengine to use.

@mattupstate
Copy link
Collaborator

Released 1.6.1 which fixes this issue. Thanks for the reminder.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants