django-rest-framework
django-rest-framework copied to clipboard
fix 404 when page query parameter is empty string
Description
It will return 404 if page query parameter is empty string, like /?page=.
Some of api testing tools will assign query parameter with empty string (like Apifox, as I know), this PR handles this case.