Re: Confused with django model Limit and Offset Implementation

2012-01-27 Thread Swaroop Shankar V
got it working thanks anyway :) Thanks and Regards, Swaroop Shankar V On Mon, Jan 23, 2012 at 12:00 PM, Leandro Ostera Villalva < leost...@gmail.com> wrote: > AFAIK it is [offset:page] > > El 22 de enero de 2012 20:40, Swaroop Shankar V escribió: > >> Hi, >> Am trying to

Re: Confused with django model Limit and Offset Implementation

2012-01-27 Thread Leandro Ostera Villalva
AFAIK it is [offset:page] El 22 de enero de 2012 20:40, Swaroop Shankar V escribió: > Hi, > Am trying to create a custom pagination for my project, but am seriously > struck with the django implementation of Limit and offset. I went through > the documents, instead of making

Re: Confused with django model Limit and Offset Implementation

2012-01-23 Thread Daniel Roseman
On Monday, 23 January 2012 04:40:31 UTC, Swaroop Shankar wrote: > > Hi, > Am trying to create a custom pagination for my project, but am seriously > struck with the django implementation of Limit and offset. I went through > the documents, instead of making me understand how it works, i ended up

Confused with django model Limit and Offset Implementation

2012-01-22 Thread Swaroop Shankar V
Hi, Am trying to create a custom pagination for my project, but am seriously struck with the django implementation of Limit and offset. I went through the documents, instead of making me understand how it works, i ended up more confused. So suppose I have a page limit of 3 records per page and if