asyncee/django-easy-select2

Use with django-storage.

martolini opened this issue · 2 comments

Change
from django.templatetags.static import static
to
from django.contrib.staticfiles.storage import staticfiles_storage as static
in order for this to work with other static storages.

Thank you for bug report. It will be fixed as soon as possible. Also, PR is welcomed :)

Fixed in release 1.3.1. Thank you.