Re: query reverse

2009-05-21 Thread CrabbyPete
Never mind I figured it out. On May 21, 10:42 am, CrabbyPete wrote: > I want to create a list of items from the most recently added to the > oldest. I tried this > message = Message.objects.reverse('date_added') > > It still returned the oldest items first. What is the best way to > return the n

query reverse

2009-05-21 Thread CrabbyPete
I want to create a list of items from the most recently added to the oldest. I tried this message = Message.objects.reverse('date_added') It still returned the oldest items first. What is the best way to return the newest item first? --~--~-~--~~~---~--~~ You rece