When I try to rename the header of __actions__,this occurs:

<https://lh3.googleusercontent.com/-MxEXfIpZkT4/VJ1IZd-c6MI/AAAAAAAAFlw/mA7DbbhElQo/s1600/cap.png>
    class table_type(TableBase):  
        __base_widget_type__ = TurboGrid
        __model__ = Monte
        __omit_fields__ = ['id', 'user_id','creado', 'modificado', 'user']
        __field_order__ = ['nombre', 'lugar', 'municipio', 'provincia']     
        *__headers__['__actions__'] = 'other_name'  *# thesame with:     
 __headers__ = {'*__actions__*': *'other_name'*}

    class table_filler_type(TableFiller):
        __model__ = Monte
    




-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to