is this package still maintained @bradleyayers? Afaik there is a fork which works with 1.6 only (which I have used with some modifications) here https://github.com/nyaruka/django-celery-transactions. But for 1.7 upwards there is no real solution, yet. As mentioned here https://github.com/aaugustin/django-transaction-signals this could be implemented via django-transaction-hooks (https://github.com/carljm/django-transaction-hooks) for django 1.7 - 1.8 and the native transactions.on_commit hook in django >= 1.9. I would happily be part of starting this implementation. Is there anyone who would be willing to join in? Should this be started as a new package?
Hi there,
is this package still maintained @bradleyayers? Afaik there is a fork which works with 1.6 only (which I have used with some modifications) here https://github.com/nyaruka/django-celery-transactions. But for 1.7 upwards there is no real solution, yet. As mentioned here https://github.com/aaugustin/django-transaction-signals this could be implemented via django-transaction-hooks (https://github.com/carljm/django-transaction-hooks) for django 1.7 - 1.8 and the native transactions.on_commit hook in django >= 1.9. I would happily be part of starting this implementation. Is there anyone who would be willing to join in? Should this be started as a new package?
Regards
Jakob