flake8
passed.
JSHint
passed.
Review Request #10299 — Created Nov. 1, 2018 and submitted
This introduces
ProjectSignature.remove_app_sig
,
AppSignature.remove_model_sig
, andModelSignature.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.