mirror of
https://github.com/django/django.git
synced 2025-02-11 18:05:20 +00:00
917cc288a3
Allowed admin POSTed bulk-edit data to use modeladmin.get_queryset() so that the ids in the POST data have a chance to match up even if the objects on the current page changed based on the ordering.