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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -