i am trying to build a blog and the generic.date_based views seem to only return results that order posts forward chronologically during a given day, while ordering everything else backward chronologically. i want EVERYTHING to appear backward chronologically, anything I can feed the generic view to give me a different order?
for clarification, posts are appearing as follows: 1/20/2007 7 pm 1/20/2007 9 pm 1/19/2007 6 pm 1/18/2007 2 pm 1/18/2007 8 pm and i want: 1/20/2007 9 pm 1/20/2007 7 pm 1/19/2007 6 pm 1/18/2007 8 pm 1/18/2007 2 pm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---