Open
Description
I'm trying to integrate advanced_filters into a project that already uses django_select2
and has SELECT2_CSS
and SELECT2_JS
settings set, but there are JS console errors that select2 is not a function
.
The only difference I can see is that my select2 major version is 4.x.x while you expect 3.x.x.
Any thoughts?