• 
      

    Condense some unnecessarily verbose code in reviewboard.admin.

    Review Request #5812 — Created May 12, 2014 and submitted

    Information

    Review Board
    release-2.0.x
    84135ec...

    Reviewers

    Due to changes made over time to the admin widget code, we ended up
    having some code in reviewboard.admin.signals that didn't really belong
    there. A signals.py file should be fairly minimal and contain actual
    signals, but this one had just signal handlers that were called from
    reviewboard.admin itself.

    This change just removes the file and moves that code directly into
    reviewboard.admin, to keep things simple and consistent.

    Unit tests pass.

    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.0.x (20173d8)