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.3 (2014.01.24)
Fix failure when mixing-in with database backends that perform queries in __init__ (e.g. PostGIS backend when POSTGIS_VERSION setting is not set). Merge of GH-6, fixes GH-5. Thanks Niels Sandholt Busch.
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
Hashes for django-transaction-hooks-0.1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b041e426081a6c8a091aeaf30c6f80d866464c6e594810f60596c20f5d60141 |
|
MD5 | dffcec5e8ac14ad9629bd5248ea4e639 |
|
BLAKE2b-256 | e65d991d50718e93a2d2b85866fb0acf36c88cc4b49fe890198aeb06fa832dff |