#3075 - Ifequal tag extension to handle mask operators

2007-04-05 Thread Yann VR
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 --~--~-~--~~~---~--~~

Looking up into an ordered list... A new feature?

2007-01-23 Thread Yann VR
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