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

requirements: six #138

Closed zvolsky closed 3 years ago

zvolsky commented 3 years ago

Missing, at least in Py 3.9.1, Dj 3.1.6.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 95.985% when pulling 83bd03c06842d937ebb47590892fedb20b48873e on zvolsky:requirements_six into af1d67f6d18fdfc77b2d7ba9922b81a2048a824c on modlinltd:develop.

asfaltboy commented 3 years ago

Can you please try installing the develop version? The 1.3.0 release is pending, but I want to make sure it solves the problem (without adding six).

zvolsky commented 3 years ago

Hi, I see I am too late because pypi gives 1.3.0 already. In clean environent (poetry) with django installed first, then poetry add django-advanced-filters will properly install six. So I hope it is much better now. Thanks.

zvolsky commented 3 years ago
Using version ^1.3.0 for django-advanced-filters
Package operations: 4 installs, 0 updates, 0 removals
  • Installing six (1.15.0)
  • Installing django-braces (1.14.0)
  • Installing simplejson (3.17.2)
  • Installing django-advanced-filters (1.3.0)