id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 18747,Django admin list_display eats AttributeError by mistake,liu.dongyuan@…,Travis Swicegood,"When Django admin list_display calling custom method, the exception AttributeError can't be seen. See the sample snippets below. {{{ class ExampleAdmin(admin.ModelAdmin): def example(self, field): raise AttributeError list_display = ('example',) }}} {{{ class ExampleAdmin(admin.ModelAdmin): def example(self, field): a = 1 a.encode(""utf8"") list_display = ('example',) }}}",Bug,closed,contrib.admin,1.4,Normal,duplicate,,,Accepted,1,0,1,1,0,0