-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cannot import name 'available_attrs' from 'django.utils.decorators' (django 3) #54
Comments
Can you show the full stacktrace of the error? Are you sure this error is related to this library? |
Hello, this si full stacktrace of error:
I can see that this library is using |
I see, so it's a compatibility issue with django 3. I will take a look this weekend, thanks for the information |
Yes, that is it. Sorry for incomplete information and thank you for your quick response. |
I've just released 3.2.0 with django3 support. Thanks for reporting. |
I installed django-ajax and when i try to migrate it i get this error :
cannot import 'available_attrs' from 'django.utils.decorators'
I have python 3.7.3 , Django 3.0.2
The text was updated successfully, but these errors were encountered: