Questions tagged as 'django-smart-selects'

1
answer

Handling fields (multiple selections) with values that depend on a value in a previous field - Django

I want to make a form where the values of a particular field depend on a selected value in a previous field. The idea is that both fields must be of multiple selection. I was working with django-smart-selects , but I had these two drawbacks...
asked by 02.03.2016 / 21:11
0
answers

does not display data using smart-select with chainedforeingkey

I have installed smart-selects and used in my models the chainedforeingkey but still does not display data, configure in my setting and url based on what I have read but does not deploy. models.py class Pais(models.Model): nombrepais=...
asked by 12.05.2018 / 19:53