Django admin action-select checkbox removal? -
pretty simple question. have removed top select-box, choosing action perform on selected models. however, leftmost checkbox not disappear, though have no action toolbar neither in top or in bottom.
this annoying, looks if field given model, without headline. see image below... has 2 attributes - description , currentseason.
i hope can me remove checkbox!
if had removed actions drop down list settings modeladmin's actions none, action_checkbox should've been removed well.
class seasonadmin(admin.modeladmin): actions = none
here doc link: https://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/#disabling-all-actions-for-a-particular-modeladmin
Comments
Post a Comment