Adding revisioning to SQLAlchemy Models

1 · Niranjan Rajendran · June 26, 2016, 8:55 a.m.
In an application like Open Event, where a single piece of information can be edited by multiple users, it's always good to know who changed what. One should also be able to revert to a previous version if needed. That is where revisioning comes into picture. We use SQLAlchemy as...