Re: prev/next links

2009-05-26 Thread Brian May
On Tue, May 26, 2009 at 01:28:07AM -0700, antoxa.sido...@gmail.com wrote: > Tried to do it with a Paginator class? > > Maybe this link can help You > http://docs.djangoproject.com/en/dev/topics/pagination/ Yes, I guess I could do it with paginator, and 1 object per page. However that would mean

Re: prev/next links

2009-05-26 Thread antoxa.sido...@gmail.com
> Any ideas, suggestions? > > Any better ways of doing this? Hello. Tried to do it with a Paginator class? Maybe this link can help You http://docs.djangoproject.com/en/dev/topics/pagination/ --~--~-~--~~~---~--~~ You received this message because you are subscr

prev/next links

2009-05-25 Thread Brian May
Hello, I have a photo gallery application, where it is possible to list photos in order, from different search requests (e.g. search by Album, Category, Person, etc). In the photo_detail page I want to provide prev/next links that take the user forward or backword to the last photo. ie. so