From 3a4c8a9f49057c84fcb4020126dc76f9d654fff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marduk=20Bola=C3=B1os?= Date: Wed, 17 Jul 2024 20:17:50 +0200 Subject: [PATCH] Select2TagWidget: Improved the documentation --- django_select2/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`::