• 
      

    Clean up bits of the datagrid code.

    Review Request #4352 — Created July 21, 2013 and submitted

    Information

    Review Board
    master

    Reviewers

    Clean up bits of the datagrid code.
    
    Every time someone submits a contribution to the dashboard or other
    datagrids, they copy our old column code, which doesn't use super() for
    parent constructors, and doesn't format docstrings correctly.
    
    This change fixes up the datagrid code to be more consistent with newer
    code going into Review Board, and to also clean up our documentation a
    bit. There are no functionality changes.
    Enabled every column. No problems.
    reviewbot
    1. This is a review from Review Bot.
        Tool: PEP8 Style Checker
        Processed Files:
          reviewboard/reviews/datagrids.py
        Ignored Files:
      
      
    2. 
        
    reviewbot
    1. This is a review from Review Bot.
        Tool: Pyflakes
        Processed Files:
          reviewboard/reviews/datagrids.py
        Ignored Files:
      
      
    2. 
        
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed