scipy / SciPyCentral

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

ENH: add transactions middleware #143

Closed ksurya closed 10 years ago

ksurya commented 10 years ago
  1. We need a db transaction middleware to support snippet submissions! without this, data is saved into db even when errors are raised during submission
  2. Please refer https://github.com/scipy/SciPyCentral/issues/132
  3. This middleware mostly important for submission app

Note: This middleware is deprecated in Django 1.6 but considering that we are still upgrading to 1.5, its a long way ahead!

lomegor commented 10 years ago

+1 to merge

pv commented 10 years ago

Looks good to me.