-
-
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
ChainedModelChoiceField.choices initialization incompatibility with Django 5.0 #353
Comments
Anyone have an ETA when this will be fixed for Django 5.0+ |
Hello, same issue here. Is there a temporary workaround at least? |
I have renamed |
This works with me. But i get error: My workaround is to change something under class JqueryMediaMixin replace with: now it works! PS: |
its fixed in 1.7.1, but v1.7.1 is not in pypi, you need to install from github |
I install 1.7.1 from github but it has a problem on django admin Django Version: | 5.0.6 |
Have you had a look at this? |
Thanks for explanation. @lguariento Additionally I think documentation must be updated. installation progress is very old. for django 5; for settings.py
for urls.py
|
this has an issue, if we are working on local and live then u need to edit files in env which is not recommended |
Of course, it's just a temporary workaround. Hopefully it'll be officially fixed soon. |
@lguariento @Sinanaltundag you guys just have fixed all my problems. thanks a lot! |
Checklist
master
branch of django-smart-selects.smart_selects
app.models.py
,forms.py
, andviews.py
with problems.Steps to reproduce
The following error is being produced while the initialization of Django 5.0 project:
Actual behavior
Impossible to initialize
ChainedModelChoiceField.choices
.Expected behavior
Used to work fine with Django<5.0
See django/django@500e010 for the reference.
The text was updated successfully, but these errors were encountered: