bradleyayers / django-celery-transactions

Django transaction support for Celery tasks.
Other
195 stars 56 forks source link

django 1.8, 1.9 support and remove support less then 1.7 #17

Open auvipy opened 8 years ago

jakob-o commented 8 years ago

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