Re: pagination peculiarities...

2011-04-15 Thread Karen Tracey
On Fri, Apr 15, 2011 at 2:44 PM, Markus T. wrote: > > I have a strange effect using pagination. > > I have a model with events that have a date, time, title, description > field and so on. I display the events using pagination. In the model's > Meta class I tell Django

pagination peculiarities...

2011-04-15 Thread Markus T.
Hi everybody, I have a strange effect using pagination. I have a model with events that have a date, time, title, description field and so on. I display the events using pagination. In the model's Meta class I tell Django to order by date. I create a queryset like this: events =