django-celery-transactions
django-celery-transactions copied to clipboard
Heads up that task.delay() returns None, not AsyncResult.
The original Task from celery returns an AsyncResult for task.delay() and task.apply_async(args, kwargs).
I think it should be mentioned that this package exhibits a different behavior (due to technical limitations) and how to work around this in order to track tasks later on.
thank you very much for pointing that out!
+1 for the pull