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

Depency issue with django-braces #128

Open
dangerousmanjay opened this issue Sep 10, 2020 · 1 comment
Open

Depency issue with django-braces #128

dangerousmanjay opened this issue Sep 10, 2020 · 1 comment

Comments

@dangerousmanjay
Copy link

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
@nkprince007
Copy link

Also, the requirements mentions django-braces <= 1.14.0 which includes 1.14.0 as well.

https://github.com/modlinltd/django-advanced-filters#requirements

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

2 participants