mek32390 / mchp-dev

Unified academic planner and study guide marketplace
0 stars 0 forks source link

Make roster database operations non-auto-committing #299

Closed Johnsel closed 9 years ago

Johnsel commented 9 years ago

Something might fail when creating/approving a roster, and it would be better to only commit the changes to the DB if it's certain it is successfull

Johnsel commented 9 years ago

https://docs.djangoproject.com/en/1.8/topics/db/transactions/