blag

Results 283 comments of blag

@MiltonLn Can you post the information I requested in [comment 255518778](https://github.com/digi604/django-smart-selects/issues/56#issuecomment-255518778)?

@MiltonLn Sorry, I missed your [last comment](https://github.com/digi604/django-smart-selects/issues/56#issuecomment-257431888). Did you ever get to the root of the issue?

@MiltonLn @sebitoelcheater Can you give me more information to troubleshoot? Specifically: * HTML snippets before/after editing the form * Any errors in the browser console * Is the AJAX request...

> I'm hoping you'll agree that this is a valid use-case and worth supporting. Yep. > and that the security concerns were mitigated by checking for model and object-level permissions...

And if adding tests for the new option aren't too difficult, please add tests for it.

@toweralaka When you first filled out the issue form, the template should have already been there in text form: ![issue_template](https://cloud.githubusercontent.com/assets/597113/24062695/1a6daf44-0b22-11e7-956f-6b3c43fce673.png) The intent was for users to modify the text of...

As of right now, overriding the widgets for Chained*Field is not supported, because uses its own custom widget. Check out [`smart_selects/widgets.py`](https://github.com/digi604/django-smart-selects/blob/master/smart_selects/widgets.py#L200). I would love to add a checkbox widget, but...

@bkummel I would highly recommend django-autocomplete-light for your use case. Despite the name, it's actually a complete and well done autocomplete solution for Django. It specifically has a section for...

What's the JSON that's erroring out?

Those models look good to me. What does the AJAX request look like in your browser developer tools? What do the request and response look like? Also, you can get...