0👍
✅
django-filer 1.2.5 is not working under Django 1.10
They are working on the 1.2.6 version which has support for Django 1.10
https://github.com/divio/django-filer/milestone/20?closed=1
This is the specific issue https://github.com/divio/django-filer/issues/899
1👍
For Django 1.10 you should use django-polymorphic==1.3.1
as written in django-filter “Installation and Configuration” guide. It helped me to get django-filter work with Django 1.10 version.
Source:stackexchange.com