Mark Davidoff

Results 5 issues of 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...

enhancement

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: ![image](https://user-images.githubusercontent.com/1360543/49099361-1e8c7280-f226-11e8-940c-728097937d54.png)

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...