toastdriven / restless

A lightweight REST miniframework for Python.
http://restless.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
832 stars 107 forks source link

Django: fixes pagination parameter #128

Open cawal opened 3 years ago

cawal commented 3 years ago

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.

HRezaei commented 3 years ago

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

seocam commented 2 years ago

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

cawal commented 2 years ago

Rebased. =]