Skip to content

Commit

Permalink
pagination: fix comment about default class
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoire committed Jan 2, 2024
1 parent d913952 commit 539b50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ninja/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Settings(BaseModel):
Attributes:
NINJA_PAGINATION_CLASS (str):
The pagination class to use. Defaults to
`ninja.pagination.Pagination`.
`ninja.pagination.LimitOffsetPagination`.
NINJA_PAGINATION_PER_PAGE (int):
The default page size. Defaults to `100`.
NINJA_PAGINATION_MAX_LIMIT (int):
Expand Down

0 comments on commit 539b50a

Please sign in to comment.