Opened 13 years ago
Closed 12 years ago
#18143 closed Uncategorized (needsinfo)
Comments are not paginateable using Django's own paginator
Reported by: | pronik | Owned by: | nobody |
---|---|---|---|
Component: | contrib.comments | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Currently, there seems to be no way to paginate comments from django.contrib.comments
using django.core.paginator.Paginator
like generic views do (e.g., object_list
and ListView
). This makes using third-party components like django-paginate
necessary.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
Feel free to re-open if you have any kind of details about how to reproduce this.
Note:
See TracTickets
for help on using tickets.
Can you describe why it's not working?