jrief / django-admin-sortable2

Generic drag-and-drop ordering for objects in the Django admin interface
https://django-admin-sortable2.readthedocs.io/en/latest/
Other
753 stars 179 forks source link

Handle non-numeric page numbers #287

Closed timbarkerSE closed 2 years ago

timbarkerSE commented 2 years ago

This was picked up in fuzzing tests against our site running your plugin. The code errors if a non-numeric page number is supplied. This fix means this (admittedly unlikely) eventuality is handled more elegantly.

jrief commented 2 years ago

closed via #321