burke-software / django-mass-edit

Make bulk changes in the Django admin interface
155 stars 68 forks source link

exclude entire model from mass edit #12

Closed lfolco closed 10 years ago

lfolco commented 11 years ago

hi-

would it be possible to exclude an entire model from mass edit? rather than listing the fields?

bufke commented 10 years ago

How do you feel about just referencing this in the documentation?

https://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/#disabling-all-actions-for-a-particular-modeladmin

lfolco commented 10 years ago

that should work. thanks!