django-celery-transactions
django-celery-transactions copied to clipboard
Django transaction support for Celery tasks.
Seems that django-celery-transactions is not compatible with celery v4, isn't it? `celery.contrib.batches` has been removed in celery v4, see: https://celery.readthedocs.io/en/latest/whatsnew-4.0.html but used here: https://github.com/fellowshipofone/django-celery-transactions/blob/master/djcelery_transactions/__init__.py#L8 Any plans to support celery v4.x...
I work on a project that uses django-celery-transactions and Django 1.8, but would like to upgrade to Django 1.9. The README warns the 1.9 "will likely require refactoring", so I...
A minor documentation fix.
Hello! First: thank's for this package, it is really useful in our project! I have one problem: In one of my views a signal is triggered which then calls a...