You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the requirement for package is django-braces<1.14.0. But in django-braces==1.13.0, inside braces.views._acess.py, it has 'from django.utils. import six'. And obviously Django>3.0 doesn't support six anymore.
I bumped up django-braces to 1.14.0 and it works fine but still who knows... haha please look into this issue! :)
Python version 3.8
Django version 3.0.7
django-advanced-filters version 1.2.0
The text was updated successfully, but these errors were encountered:
Currently the requirement for package is django-braces<1.14.0. But in django-braces==1.13.0, inside braces.views._acess.py, it has 'from django.utils. import six'. And obviously Django>3.0 doesn't support six anymore.
I bumped up django-braces to 1.14.0 and it works fine but still who knows... haha please look into this issue! :)
The text was updated successfully, but these errors were encountered: