• 
      

    Show traceback if there was error during datagrid rendering.

    Review Request #3657 — Created Dec. 12, 2012 and submitted

    Information

    Djblets

    Reviewers

    Sometimes error occure somewhere in the field rendering code,
    and in that case datagrid renders to an empty html.
    
    This patch allows to see a traceback of the errror, happened
    during datagrid rendering.
    
     
    david
    1. Ship It!
    2. 
        
    SV
    Review request changed
    Status:
    Completed
    Change Summary:
    I added some slight changes for formatting and to log the exception as well, and pushed to master as 9a13d33. Thanks!