Skip to main content

Django database backends that permit registering post-transaction-commit hooks

Project description

Test status Test coverage Latest version License

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.4 (2014.05.27)

  • Make it possible to execute a transaction within an on-commit hook (except on SQLite). Merge of GH-9, fixes GH-8. Thanks Marek Malek.

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

django-transaction-hooks-0.1.4.tar.gz (6.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page