If I change this setting:
https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_per_page
Then on the second page, if I drag any items, it will reset ordering to 10, 20, 30... and so on, which if saved, will conflict with the first page. Is it possible to discern the minimum (or maximum for reverse-ordered fields) value from the form on the page and use that as the starting value?
If I change this setting:
https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_per_page
Then on the second page, if I drag any items, it will reset ordering to 10, 20, 30... and so on, which if saved, will conflict with the first page. Is it possible to discern the minimum (or maximum for reverse-ordered fields) value from the form on the page and use that as the starting value?