Re-posting the reply since the 1st didn't appear here: This happens because We've excluded 'action_checkbox', an item put by the ModelAdmin by default, from list_display.
* Rewrite the prev code so as to include 'action_checkbox' also to list_display * OR just leave it to ModelAdmin. You'll first set list_display with minimum options as usual. Then inside changelist_view you'll reset it as per needs by appending extra options like list_display = list_display + custom_items. Rajeesh. On Jul 16, 12:15 am, rahul jain <[email protected]> wrote: > nope there is a problem after overriding it, i cannot see the check > boxes now. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

