You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running the dev docker compose a rest framework warning is displayed.
To Reproduce
Steps to reproduce the behavior:
Run docker-compose -f docker-compose.dev.yml up --build
Look at the output
Expected behavior
No warnings
Screenshots
You have specified a default PAGE_SIZE pagination rest_framework setting,without specifying also a DEFAULT_PAGINATION_CLASS.
The default for DEFAULT_PAGINATION_CLASS is None. In previous versions this was PageNumberPagination. If you wish to define PAGE_SIZE globally whilst defining pagination_class on a per-view basis you may silence this check.
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
When running the dev docker compose a rest framework warning is displayed.
To Reproduce
Steps to reproduce the behavior:
docker-compose -f docker-compose.dev.yml up --build
Expected behavior
No warnings
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: