Skip to content

improve pagination example: #69

@stevebma

Description

@stevebma

Great example code, however maybe it's nice to show in the example how to get to the actual paginated items:

(view)
paginated_comments = post.paginate_field('comments', page, per_page=3)

(template)
{% for comment in paginated_comments.items %} ..

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: documentationThis issue/PR relates to or includes documentation.type: enhancementEnhancement update for old feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions