You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Readme Usage example says: p = Paginator(objects, request=request)
Actually I meet excption and check your code, here need a page_size after objects for objects per page.
``p = Paginator(objects, per_page=6, request=request)`
The text was updated successfully, but these errors were encountered:
Hi,
Readme Usage example says:
p = Paginator(objects, request=request)
Actually I meet excption and check your code, here need a page_size after objects for objects per page.
``p = Paginator(objects, per_page=6, request=request)`
The text was updated successfully, but these errors were encountered: