SciPyCentral
SciPyCentral copied to clipboard
Deprecate SubmissionManager.create_without_commit(), RevisionManager.create_without_commit() methods
submission.models.SubmissionManager.create_without_commit()
and submission.models.RevisionManager.create_without_commit()
methods are no longer used.
Reference code to deprecate:
https://github.com/scipy/SciPyCentral/blob/master/scipy_central/submission/models.py#L52 https://github.com/scipy/SciPyCentral/blob/master/scipy_central/submission/models.py#L133