freebsd-ports/databases/py-django-transaction-hooks/distinfo
Rene Ladan 48732ff31f A better alternative to the native transaction signals of Django.
Sometimes you need to fire off an action related to the current database
transaction, but only if the transaction successfully commits. Examples:
a Celery task, an email notification, or a cache invalidation.

Doing this correctly while accounting for savepoints that might be
individually rolled back, closed/dropped connections, and idiosyncrasies of
various databases, is non-trivial. Transaction signals just make it easier
to do it wrong.

django-transaction-hooks does the heavy lifting so you don't have to.

WWW: https://github.com/arljm/django-transaction-hooks/
2015-12-08 20:21:14 +00:00

2 lines
162 B
Text

SHA256 (django-transaction-hooks-0.2.tar.gz) = 51bab09547fab673a24d6c59f1df560183b3a49f24a7a5bf35e7eb34ef939e79
SIZE (django-transaction-hooks-0.2.tar.gz) = 7527