开发者

django nonrel on gae not respecting model order when filtering results

开发者 https://www.devze.com 2023-02-03 17:51 出处:网络
When my query includes an order_by(...) I get the results in the expected order开发者_开发百科, however if I try to combine the order_by with a filter I get the results in the wrong order.

When my query includes an order_by(...) I get the results in the expected order开发者_开发百科, however if I try to combine the order_by with a filter I get the results in the wrong order.

Is this something that isn't supported?

0

精彩评论

暂无评论...
验证码 换一张
取 消