Deguise
Results
1
issues of
Deguise
Hello, I need to use **get_paginate_by()** method, but it does't work because you use self.paginate_by. The issue come from [this line](https://github.com/jieter/django-tables2/blob/ae4d295e030ff27015e5aafc2819e0c2e2210b0d/django_tables2/views.py#L42): could you use self.get_paginate_by() instead of self.paginate_by please ?...