Skip to content

Commit abcd0f7

Browse files
authored
Improve the documentation of Select2TagWidget (#291)
As already [discussed](#290), the documentation of this widget is lacking. This PR adds a description of the functionality provided by the widget.
1 parent 07ea4b8 commit abcd0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_select2/forms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class Select2MultipleWidget(Select2Mixin, forms.SelectMultiple):
221221

222222
class Select2TagWidget(Select2TagMixin, Select2Mixin, forms.SelectMultiple):
223223
"""
224-
Select2 drop in widget for for tagging.
224+
Select2 drop in widget with tagging support. It allows to dynamically create new options from text input by the user.
225225
226226
Example for :class:`.django.contrib.postgres.fields.ArrayField`::
227227

0 commit comments

Comments
 (0)