-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
Actually doesnt support django version 4 #339
Comments
I got the same problem.. but if you install it from the repo like this (pipenv) django-smart-selects = {editable = true, ref = "master", git = "https://github.com/jazzband/django-smart-selects.git"} it works for me. |
same problem spotted. For the self-saving solution, I have to change all the
and all the places using the
|
Thanks, man you made my life easy |
Same issue here. |
already updated or not? |
Not that I can see unless you use custom models. My best options were to either not use Django v4 or not use django-smart-selects. Decided on Django v3.2 for now. |
I just did the same thing, downgraded to 3.1 and it works without problems. |
Confirmation / Update & Request Indeed, I faced this too. Then, realised that pip seems to pull a really old repo, and the syntaxes therein are super deprecated. Best advised to download the latest repo from GitHub, and use it instead. Can the versioning not be forced to upgrade @ pip somehow? :) |
Where should I include this code? |
works amazing with django 4.1
|
Tried in a small PoC with Django 4.2.8 and Python 3.11 and seems to be working fine. |
Actually doesnt support django version 4 in pip
The text was updated successfully, but these errors were encountered: