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
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
2 matches
Mail list logo