• 
      

    Add methods for removing signatures from parent signatures.

    Review Request #10299 — Created Nov. 1, 2018 and submitted

    Information

    Django Evolution
    master
    99bff1c...

    Reviewers

    This introduces ProjectSignature.remove_app_sig,
    AppSignature.remove_model_sig, and ModelSignature.remove_field_sig,
    which are needed to allow the removal of data from the signature.

    Unit tests were added to check for signature removal and error
    conditions.

    Unit tests pass.

    Tested this with other pending changes and verified that signatures
    were properly removed.

    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (daf93a5)