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.

annoying checkbox

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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -