diff --git a/docs/get_started.rst b/docs/get_started.rst index 894fdb4..d545c79 100644 --- a/docs/get_started.rst +++ b/docs/get_started.rst @@ -39,6 +39,8 @@ Replacing:: with:: + from django_select2.forms import Select2MultipleWidget + class MyForm(forms.Form): things = ModelMultipleChoiceField(queryset=Thing.objects.all(), widget=Select2MultipleWidget)