Mark Davidoff
Mark Davidoff
I attempted this but I keep getting "Procedure probably called with too many arguments (16 bytes in excess). Any help on this? if we can get it to work I'll...
Ex: ``` @parameterized.expand([(True,), (False,)]) @parameterized.expand([(0,), (1,)]) def test_test(_bool, _num): """ would get: True 0 False 0 True 1 False 1 """ ```
Screenshot of what it looks like: 
JQUERY_URL=True did not work for me. See https://stackoverflow.com/questions/61727169/django-smart-selects-not-working-properly
I know you closed the previous request, but I feel like I did not explain the reason I had to implement this which hopefully justifies the complexity. In my case...