I just wanted to bring attention to the ticket
http://code.djangoproject.com/ticket/3075
which is a feature that would be so useful, I feel the need for it
regularly. I am surely not the only one and hence I am posting this.
Regards,
Yann
--~--~-~--~~~---~--~~
How to achieve to search within a list of id that have been
sorted in a precise way?
the __in lookup tag will automatically reorder the list
by ascendancy (and I reckon in_bulk does the same too).
I have a list where items are ordered by rate (which is
not a field of the same table) and giving t