From 539b50a6f899e2f256faea266a8b691572bfe20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Duraffort?= Date: Tue, 2 Jan 2024 17:17:48 +0100 Subject: [PATCH] pagination: fix comment about default class --- ninja/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ninja/conf.py b/ninja/conf.py index 9e79cd1e..ca378d25 100644 --- a/ninja/conf.py +++ b/ninja/conf.py @@ -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):