tolomea / django-data-browser

Django app for user friendly querying of Django models
BSD 3-Clause "New" or "Revised" License
350 stars 28 forks source link

Admin actions don't respect ordering when limit is exceeded. #59

Closed tolomea closed 1 year ago

tolomea commented 1 year ago

The end user reported that they sorted by ID, set the limit to 1, ran the delete action and it deleted the wrong thing.

tolomea commented 1 year ago

Fixed in 4.0.14