alexkreimer / django-pagination

Automatically exported from code.google.com/p/django-pagination
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

paginating related items shows all items on every page #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. autopaginate over related items eg for item in model.relatedModel__set.all

What is the expected output? What do you see instead?
expected: normal paginator. instead: paginator show correct pagination
links but all the related items are shown on every page 

What version of the product are you using? On what operating system?
whatever version is used in pinax0.7beta, os x leopard

Please provide any additional information below.

Original issue reported on code.google.com by random35...@googlemail.com on 14 Aug 2009 at 5:55