mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Fix punctuation in system check (#7281)
This commit is contained in:
parent
8cba4f87ca
commit
676aa77223
|
@ -9,7 +9,7 @@ def pagination_system_check(app_configs, **kwargs):
|
||||||
if api_settings.PAGE_SIZE and not api_settings.DEFAULT_PAGINATION_CLASS:
|
if api_settings.PAGE_SIZE and not api_settings.DEFAULT_PAGINATION_CLASS:
|
||||||
errors.append(
|
errors.append(
|
||||||
Warning(
|
Warning(
|
||||||
"You have specified a default PAGE_SIZE pagination rest_framework setting,"
|
"You have specified a default PAGE_SIZE pagination rest_framework setting, "
|
||||||
"without specifying also a DEFAULT_PAGINATION_CLASS.",
|
"without specifying also a DEFAULT_PAGINATION_CLASS.",
|
||||||
hint="The default for DEFAULT_PAGINATION_CLASS is None. "
|
hint="The default for DEFAULT_PAGINATION_CLASS is None. "
|
||||||
"In previous versions this was PageNumberPagination. "
|
"In previous versions this was PageNumberPagination. "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user