Open GoogleCodeExporter opened 8 years ago
django-pagination-1.0.5 the same problem
Original comment by brano.w...@gmail.com
on 12 Jan 2009 at 12:09
so this the way:
This one works well for me (it uses the built-one), but remember not to use {%
if
object_list %} before pagination tags in your template - the "if" tag evaluates
the
queryset, that was cause of big overhead in one of my apps..
Original comment by brano.w...@gmail.com
on 6 Apr 2009 at 2:10
I ran into this same problem and it turned out that was doing a {% if
object_list %}
before the call to paginate, and it caused the "Cannot create new connection
because
in manual or distributed transaction mode" problem. I removed the {% if
object_list
%} and all is well now.
Original comment by hida...@gmail.com
on 17 Apr 2009 at 4:44
Original issue reported on code.google.com by
brano.w...@gmail.com
on 10 Jan 2009 at 4:59