From 4c3e5c725c61032620a6667e165cb70cd33be89b Mon Sep 17 00:00:00 2001 From: Karl Date: Fri, 5 Aug 2022 15:31:43 -0700 Subject: [PATCH] Add clarification about widget types Help users save time in the event that they're trying to use these extra features with a light widget where it will not work. --- docs/extra.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/extra.rst b/docs/extra.rst index c3524ce7..0865d77c 100644 --- a/docs/extra.rst +++ b/docs/extra.rst @@ -8,6 +8,9 @@ Suppose you have an address form where a user should choose a Country and a City When the user selects a country we want to show only cities belonging to that country. So the one selector depends on another one. +.. note:: + Does not work with the 'light' version (django_select2.forms.Select2Widget). + Models ``````