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

mistake in requirement - django-selectable cause No module named 'django.urls' #883

Open
MaorUziel opened this issue Jul 30, 2020 · 1 comment
Assignees

Comments

@MaorUziel
Copy link

Hi, if you try to use this now please notice that you install django-selectable==0.9.0 and not django-selectable>=0.9.0 as the requirement says. in dajngo 1.8.9 you need to import reverse from django.core.urlresolvers, in the newer version of django-selectable its import reverse form django.urls and its only work for django>2.0.

@panatale1
Copy link
Collaborator

@MaorUziel Thank you. The package, as it currently is, is not compatible with Django 2.x. However, there will be an updated package for Python 3.8+ and Django 4.2+ shortly which will remedy this issue

@panatale1 panatale1 self-assigned this Sep 4, 2024
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