python - Google App Engine order by a property -


i writing query involves inequality filter.

query = my_model.all().filter('my_date <', given_date) 

i want sort results other property. problem according documentation have order results inequality property first.

does know how can sort results other property.

no, documentation correct.

you sort result set in memory.

you have provide more information other attributes. might possible provide single aggregate property suits sort , filter.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -