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 ``````