django-transaction-hooks icon indicating copy to clipboard operation
django-transaction-hooks copied to clipboard

Django database backends with post-transaction-commit hooks. Merged into Django 1.9; please report bugs or make feature requests in core Django, not here.

Results 1 django-transaction-hooks issues
Sort by recently updated
recently updated
newest added

This is because opening a transaction on SQLite in autocommit-off raises an error, but we don't have a way to hook into the point when autocommit is turned back on...