modlinltd / django-advanced-filters

Add advanced filtering abilities to Django admin
https://pypi.org/project/django-advanced-filters/
MIT License
771 stars 173 forks source link

fix(static): drop django-easy-select2 and include select2 directly #35

Closed asfaltboy closed 7 years ago

asfaltboy commented 7 years ago

Since we don't actually use any of the features in easy_select2, the package hinders more than it contributes.

This commit simply includes select2 in app's static dir and handles the media injection in forms similarly to easy_select2.

Should deprecate issues #33 and #34

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.04%) to 96.154% when pulling 6bc70696e2bbfdb8b4e774f7c3f20fb209fe2a2a on asfaltboy:feature/drop-easy-select2 into 12c83c6d6c90a8a825f064e5b04296fa516cfb81 on modlinltd:develop.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.04%) to 96.154% when pulling 6bc70696e2bbfdb8b4e774f7c3f20fb209fe2a2a on asfaltboy:feature/drop-easy-select2 into 12c83c6d6c90a8a825f064e5b04296fa516cfb81 on modlinltd:develop.