Skip to content

Commit

Permalink
Improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
epandurski committed Feb 10, 2019
1 parent 69f613f commit e7b27cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flask_signalbus/atomic.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ def _conjure_instance(cls, *args, **kwargs):
Note: This method uses database savepoints to recover after
unsuccessful database flush. It will not work correctly on
databases that do not support savepoints.
databases that do not support savepoints. Also, on every
unsuccessful flush, the transaction will be rolled back to a
savepoint, which will expire all objects in the session.
"""

Expand Down

0 comments on commit e7b27cd

Please sign in to comment.