mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-05-25 13:03:43 +00:00
Fix syntax
This commit is contained in:
parent
ec1c81ad87
commit
09110a5460
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ class ArtistModelSelect2MultipleWidgetForm(forms.Form):
|
|||
search_fields=['title__icontains'],
|
||||
), queryset=models.Artist.objects.all(), required=False)
|
||||
|
||||
|
||||
NUMBER_CHOICES = [
|
||||
(1, 'One'),
|
||||
(2, 'Two'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue