On Wed, Aug 10, 2011 at 12:16 PM, Subhranath Chunder <subhran...@gmail.com> wrote: > You seem to have heavily used external django apps like django-pagination > and django-tables. > I haven't used either of them myself, so it'll be difficult for me to follow > your code like this. Maybe, some else with experience on those might be able > to help you better.
I was about to reply with exactly this - if you are using 3rd party libraries - firstly, you need to tell people you are using them before asking for help, and secondly, they often won't play that well with each other. In this case, looking at the code for django-pagination (as there appears to be no documentation), the autopaginate tag is expecting to be passed a queryset, not whatever a django-tables instance is. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.