diff --git a/django_select2/forms.py b/django_select2/forms.py index 02860075..69b1ee3c 100644 --- a/django_select2/forms.py +++ b/django_select2/forms.py @@ -221,7 +221,7 @@ class Select2MultipleWidget(Select2Mixin, forms.SelectMultiple): class Select2TagWidget(Select2TagMixin, Select2Mixin, forms.SelectMultiple): """ - Select2 drop in widget for for tagging. + Select2 drop in widget with tagging support. It allows to dynamically create new options from text input by the user. Example for :class:`.django.contrib.postgres.fields.ArrayField`::