Sort Query is not returning result as expected. #32
Unanswered
harshalizode
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have the Permission Model as:
I am trying to sort the permissions in Ascending order.
await Permission.objects.sort("idx", Order.ASCENDING).values(["idx"])
But I am getting the result as

Can you confirm that this is an issue or a mistake that occurred while running the query?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions