scipy / SciPyCentral

SciPy Central
http://scipy-central.org
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Deprecate SubmissionManager.create_without_commit(), RevisionManager.create_without_commit() methods #164

Open ksurya opened 10 years ago

ksurya commented 10 years ago

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