We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cba4f8 commit 676aa77Copy full SHA for 676aa77
rest_framework/checks.py
@@ -9,7 +9,7 @@ def pagination_system_check(app_configs, **kwargs):
9
if api_settings.PAGE_SIZE and not api_settings.DEFAULT_PAGINATION_CLASS:
10
errors.append(
11
Warning(
12
- "You have specified a default PAGE_SIZE pagination rest_framework setting,"
+ "You have specified a default PAGE_SIZE pagination rest_framework setting, "
13
"without specifying also a DEFAULT_PAGINATION_CLASS.",
14
hint="The default for DEFAULT_PAGINATION_CLASS is None. "
15
"In previous versions this was PageNumberPagination. "
0 commit comments