modlinltd/django-advanced-filters

Django 3.1.5 crashes when trying to use django-advanced-filters.

caramdache opened this issue · 1 comments

Describe the bug
Django 3.1.5 crashes when trying to use django-advanced-filters.

Errors generated

  • ImportError: cannot import name 'FieldDoesNotExist' from 'django.db.models.fields'
  • ImportError: cannot import name 'six' from 'django.utils'

Expected behavior
Should be able to run on django 3.1.5 without any error.
It should not be necessary to install six.

Details (please complete the following information):

  • django-advanced-filters version 1.2.0
  • Django version 3.1.5
  • Python version 3.9.1

Sorry, we've got a fix in develop (please try it 🙏 ), forgot to release new ver.

Working on it Just released the 1.3.0 version, should be in pypi soon. Please try it out and report any issues back 🙇