Skip to content

Commit

Permalink
Improve the documentation of Select2TagWidget (#291)
Browse files Browse the repository at this point in the history
As already
[discussed](#290),
the documentation of this widget is lacking. This PR adds a description
of the functionality provided by the widget.
  • Loading branch information
mardukbp authored Aug 4, 2024
1 parent 07ea4b8 commit abcd0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_select2/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`::
Expand Down

0 comments on commit abcd0f7

Please sign in to comment.