资 源 简 介
Note: Bulk action functionality based on django-batchadmin has been merged into Django as of [10121](http://code.djangoproject.com/changeset/10121).
This Django app provides a ModelAdmin subclass that will render the model"s change list with selectable items and actions. See the GettingStarted page for installation and usage examples.
One design goal of this project is to do as little as possible. The only action actually included in the project is a batch delete action. Changes to ModelAdmin behavior and template structure are minimal.