restless icon indicating copy to clipboard operation
restless copied to clipboard

Django: fixes pagination parameter

Open cawal opened this issue 3 years ago • 3 comments

When a user pass the p parameter in query, Django returns a string. The string needs to be casted to integer in order to be used in the paginator. Otherwise, the response returns BadRequest.

cawal avatar Aug 09 '21 17:08 cawal

Good job @cawal! I need this bug fix. 😊 @toastdriven and other contributors: would you please accept this PR?

HRezaei avatar Oct 22 '21 07:10 HRezaei

We need to rebase and to get tests running. I'm not sure why the tests are not running.

seocam avatar Dec 23 '21 12:12 seocam

Rebased. =]

cawal avatar Dec 24 '21 13:12 cawal