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
Put an x in the bracket when you have completed each task, like this: [x]
This issue is not about installing previous versions of django-smart-selects older than 1.2.8. I understand that previous versions are insecure and will not receive any support whatsoever.
I have verified that that issue exists against the master branch of django-smart-selects.
I have debugged the issue to the smart_selects app.
I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
I have reduced the issue to the simplest possible case.
I have included all relevant sections of models.py, forms.py, and views.py with problems.
Checklist
Put an
x
in the bracket when you have completed each task, like this:[x]
master
branch of django-smart-selects.smart_selects
app.models.py
,forms.py
, andviews.py
with problems.Steps to reproduce
Actual behavior
Get chained values only for product and tariff
p.s. everything works OK ONLY when i'm press save and trying to change EXISTING object
Expected behavior
Get chained values for product, tariff and discounts
Model structure
Console log after picking ProductGroup value
Log should contains request for discounts field, but its not.
The text was updated successfully, but these errors were encountered: