Re: Please help two dependent list check boxes

2017-05-29 Thread carlos
maybe this app https://github.com/digi604/django-smart-selects help you see the js work dependent selects cheers On Mon, May 29, 2017 at 6:18 AM, Jani Tiainen wrote: > Actually this is not exactly Django problem. > > Well, model wise this is parent - child relation (first checkbox is a > parent

Re: Please help two dependent list check boxes

2017-05-29 Thread Jani Tiainen
Actually this is not exactly Django problem. Well, model wise this is parent - child relation (first checkbox is a parent, second one is/are child(ren)) UI side is Javascript - more common way to do it is "dependent selects" but it could be done with checkboxes as well. Since you're beginne