does SQLAlchemy have something similar to Django\'s signal concept? Basically, I\'d like to trigger a few functions when I pre-save or post-save some entity objects. Thanks.
I think you are looking for `ORM Events'. You can find documentation here:
http://docs.sqlalchemy.org/en/latest/orm/events.html