django-smart-selects
                                
                                
                                
                                    django-smart-selects copied to clipboard
                            
                            
                            
                        chained and grouped selects for django forms
You **MUST** use this template when reporting issues. Please make sure you follow the checklist and fill in all of the information sections below. ---------------- All versions of django-smart-selects prior...
## Checklist - [x] This issue is not about installing previous versions of django-smart-selects older than 1.2.8. I understand that previous versions are insecure and will not receive any support...
Actually doesnt support django version 4 in pip
## Checklist Put an `x` in the bracket when you have completed each task, like this: `[x]` - [x] This issue is not about installing previous versions of django-smart-selects older...
JQUERY_URL=True did not work for me. See https://stackoverflow.com/questions/61727169/django-smart-selects-not-working-properly
hi, I am working with the chainedforeignkey field for my website, however I am unable to define the queryset for the chainedforeignkey to query. Models.py ```python class Class_Catalogue(models.Model): class_ID =...
## Checklist - [X] This issue is not about installing previous versions of django-smart-selects older than 1.2.8. I understand that previous versions are insecure and will not receive any support...
You **MUST** use this template when reporting issues. Please make sure you follow the checklist and fill in all of the information sections below. ---------------- All versions of django-smart-selects prior...
Related to issue #213. Main goal is to fix usage of chaining on form-fields only. I'm open to rename the settings name if there are any suggestions :)
in file widgets line 302 The following line of code is missing which causes you to not be able to add extra css code to field attrs.update(self.attrs)##< this is missing...