``` fieldsets = ( '', {'fields': ( 'title', ('published', 'show_home'),)}, ) ``` if published uses a CheckBox widget, it will show the default django way, not the admin_styles way
if published uses a CheckBox widget, it will show the default django way, not the admin_styles way