Skip to content
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

QuerySet.order_by needs to transform django style queries #45

Closed
jamescasbon opened this issue May 7, 2010 · 3 comments
Closed

QuerySet.order_by needs to transform django style queries #45

jamescasbon opened this issue May 7, 2010 · 3 comments

Comments

@jamescasbon
Copy link

foo.objects.order_by('attrs.key') works, but this is unexpected

You need to transform the __ django style separators

@iapain
Copy link

iapain commented May 9, 2010

+1

@flosch
Copy link

flosch commented Jul 26, 2010

Fixed in http://github.com/flosch/mongoengine/commit/21d267cb112e9030a0f17271fecd052dbe35b50a

Will be in v0.4 branch soon, I think.

@hmarr
Copy link
Owner

hmarr commented Aug 30, 2010

It's in now

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants