On 7/23/07, Nis Jørgensen <[EMAIL PROTECTED]> wrote:
>
> Is there anything in your proposal that isn't solved by using something
> like
>
> MyModel.objects.order_by('some_field')
>
> for the queryset passed to the paginator?This will reverse the order of objects, you do not want to show the oldest post on the main page of your blog. What I am suggesting only changes the page numbering. -- Amit Upadhyay Vakow! www.vakow.com +91-9820-295-512 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

