Re: Pagination causing mySQL error

2007-05-04 Thread Pashka R.
hm... you can check amount of the records before output... why not? 2007/5/4, Merric Mercer <[EMAIL PROTECTED]>: > > I have a template that has 3 non-contiguous areas. I need to display > the results of a query set across these three areas. > My initial solution was to split up the query set i

Pagination causing mySQL error

2007-05-04 Thread Merric Mercer
I have a template that has 3 non-contiguous areas. I need to display the results of a query set across these three areas. My initial solution was to split up the query set in the template using "slice". For example: {% for object in object_list|slice:"1:6" %}area one {% endfor %} {% for objec