Django database backends that permit registering post-transaction-commit hooks
Project description
Django database backends with post-transaction-commit callback hooks.
django-transaction-hooks supports Django 1.6.1 and later on Python 2.6, 2.7, 3.2, and 3.3.
Getting Help
Documentation for django-transaction-hooks is available at https://django-transaction-hooks.readthedocs.org/
This app is available on PyPI and can be installed with pip install django-transaction-hooks.
Contributing
See the contributing docs.
CHANGES
0.1.2 (2014.01.21)
Fix bug where running queries in an on_commit hook under Postgres caused an “autocommit cannot be used inside a transaction” error. (GH-4).
0.1.1 (2014.01.18)
Clear run-on-commit hooks even if one raises an exception. Thanks akaariai.
0.1 (2014.01.18)
Initial working version; support for SQLite3, PostgreSQL, MySQL.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-transaction-hooks-0.1.2.tar.gz
.
File metadata
- Download URL: django-transaction-hooks-0.1.2.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5262e7ccac83e2e21495d8f48e64813b3c8d1425d21c03de153fbedf52d67476 |
|
MD5 | ecd2d8d0e5cdf6fc131fda1b9c703aba |
|
BLAKE2b-256 | 406a08fcd1b3bd302103e09805deadf449c2fa3ced736b1c794370e6a7d0a68e |