Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / ctx.py @ 103086a4

History | View | Annotate | Download (2.1 kB)

# Date Author Comment
39b2cb50 04/05/2013 06:48 pm Giorgos Korfiatis

wip Restructure astakos views

Replace custom transaction context with:

- decorator `commit_on_success_strict', which uses
transaction.commit_manually and ensures that
the transaction rolls back on any exception

- context ExceptionHandler, which logs and...