Add methods for removing signatures from parent signatures.

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

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.

    Loading...