Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatable with Django < 1.2 #2

Open
esatterwhite opened this issue Nov 30, 2011 · 1 comment
Open

Incompatable with Django < 1.2 #2

esatterwhite opened this issue Nov 30, 2011 · 1 comment

Comments

@esatterwhite
Copy link

The current implementation is incompatible with Django 1.0 & 1.1.x
namely because the 'available_attrs' method did not exist in the decorators module of django's utils. This makes it impossible to import the task decorator from ztask.

@esatterwhite
Copy link
Author

Additionally, it looks as if you are not even calling the available_attrs method from anywhere in the code... that would be an easy fix

msabramo referenced this issue in msabramo/django-ztaskq May 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant