• 
      

    Set ReviewRequest.diffset_history to NULL on delete.

    Review Request #13734 — Created April 16, 2024 and submitted — Latest diff uploaded

    Information

    Review Board
    release-7.x

    Reviewers

    When a diffset history object is deleted, we don't actually want to
    cascade and delete the review request. This change fixes that to set the
    relation to NULL instead.

    This is in preparation for a change that fixes it so we properly delete
    the diffset history when deleting the review request (the opposite of
    what the on_delete handler would previously do).

    Ran the evolution.

    Commits

    Files