Skip to content

Commit 7215346

Browse files
WoosterInitiativecodingjoe
authored andcommitted
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.
1 parent a2fa381 commit 7215346

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/extra.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Suppose you have an address form where a user should choose a Country and a City
88
When the user selects a country we want to show only cities belonging to that country.
99
So the one selector depends on another one.
1010

11+
.. note::
12+
Does not work with the 'light' version (django_select2.forms.Select2Widget).
13+
1114
Models
1215
``````
1316

0 commit comments

Comments
 (0)