Re: 'bool' object has no attribute 'render'

2012-08-15 Thread Alexis Roda
Al 15/08/12 02:59, En/na yao ge ha escrit: class NewsAdmin(admin.ModelAdmin): list_display = ('title','newstype','newsdate',) search_fields=('title',) list_filter =('newstype',) delete_selected_confirmation_template = True raw_id_fields = ('rateperson','ratetvplay',) admi

'bool' object has no attribute 'render'

2012-08-14 Thread yao ge
When delete a record in admin raise error : Request Method: POST Request URL:http://localhost/admin/tvplays/news/ Django Version: 1.4 Exception Type: AttributeError Exception Value: 'bool' object has no attribute 'render' Exception Location: E:\Python25\Lib\