Re: Pagination - displaying page numbers

2006-03-23 Thread Stephen
The answer to the second part of my question *was* very obvious... I was editing the wrong copy of the source file. I needed to change the copy installed under my Python directory, not the one in the Django directory. --~--~-~--~~~---~--~~ You received this

Pagination - displaying page numbers

2006-03-23 Thread Stephen
Hello, I've just started looking at Django, it's certainly looking like a very good choice for the sort of projects I'll be doing in the near future. Just now I've been looking at pagination and have a question: I'm using the generic view "list_detail" to view a list of results. I want to