Replies: 1 comment 1 reply
-
The paginator for comments is only available in v3.0.0, which is still a work-in-progress. The paginator is done, but the complete version is not finished yet, and the documentation is not ready. Nevertheless you can see how it works in the About the paginator, you can take a look at the paginator.py module, it has a long doc string explaining how it works, it might be a bit obscure, because it deals with comments that can have nested comments. Basically, the paginator never splits a comment thread. That's why it has the behaviour explained in the doc string. The reason why v2 does not have a paginator is that v2 uses a tree to render comments, while v3 uses a list. In v3 we use Let me know if you encounter any problem with the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I use the paginator for comments? Is it even possible?
Beta Was this translation helpful? Give feedback.
All reactions