Возникла проблема, все по инструкции:
- Install django_select2
pip install django_select2
- Add django_select2 to your INSTALLED_APPS in your project settings.
- Add django_select to your urlconf if you use any 'Auto' fields.
url(r'^select2/', include('django_select2.urls')),
Класс AutoHeavySelect2Widget не импортируется
Что я упустил?