Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Paginator.py not working #256

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open

Paginator.py not working #256

wants to merge 45 commits into from

Conversation

dariorios
Copy link

Paginator not working in page_range.

Change xrange to range.

@property
def page_range(self):
return [p for p in range(1, self.num_pages+1)]

In paginator.py

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants