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

Got the Invalid order_by arguments exception if the language with - symbol. #7

Open
WayneSan opened this issue Oct 27, 2014 · 0 comments

Comments

@WayneSan
Copy link

It might get an Invalid order_by arguments exception if ordering the queryset with the translated field.

For example:

Book.objects.order_by('title_zh-tw')

Will get the exception:

FieldError: Invalid order_by arguments: ['title_zh-tw']

Because the definition of ORDER_PATTERN in django.db.models.sql.constants is:

ORDER_PATTERN = re.compile(r'\?|[-+]?[.\w]+$')
@WayneSan WayneSan changed the title Invalid order_by arguments exception if the language with - symbol. Got the Invalid order_by arguments exception if the language with - symbol. Oct 27, 2014
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

1 participant