burke-software / django-mass-edit

Make bulk changes in the Django admin interface
152 stars 67 forks source link

Can queryset.update be used instead of forms? #92

Open maxifom opened 3 years ago

maxifom commented 3 years ago

On very large queryset update of one field works really long. Can it be replaced with qs.update(field=)? Maybe behind some admin model property?