bradleyayers / django-celery-transactions

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

AttributeError thrown on celeryd startup under 2.5 #1

Closed boardman closed 12 years ago

boardman commented 12 years ago

Under django 1.3.1 and celery 2.5, AttributeError is thown when starting celeryd

AttributeError: 'module' object has no attribute 'DjangoLoader'

This appears to be caused by the task import on line 2 in init.py

from celery.task import task as base_task, Task

Thanks Roger.

boardman commented 12 years ago

This was a django-celery issue, fixed in #109

https://github.com/ask/django-celery/issues/109