mlavin / django-selectable

Tools and widgets for using/creating auto-complete selection widgets using Django and jQuery UI.
http://django-selectable.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
129 stars 64 forks source link

Multiple Lookup Fields #219

Open SimoneBattaglin opened 3 years ago

SimoneBattaglin commented 3 years ago

I'm quite new to django and I'd like to find an ID based on multiple lookup fields. Your library seems really good to me and I already got to do something very useful to me so I wanted to try this way, if possible. I try to explain it a little better: I'd let the user choose one element of my table/model based on multiple columns that he have to choose consequently; something like "if car manufacturer is ford then those are the possible models, and if you choose this model then the id of the car is ***". Is that possible with your library?

PS: I found another issue here: https://github.com/mlavin/django-selectable/issues/57 where a similar question was asked last summer, but there is still no answer so I try to ask here