django-rest-framework icon indicating copy to clipboard operation
django-rest-framework copied to clipboard

fix 404 when page query parameter is empty string

Open shipengtaov opened this issue 3 years ago • 0 comments

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.

shipengtaov avatar Jul 28 '22 04:07 shipengtaov