philipn/django-rest-framework-filters

Django 4.x compatibility

rev138 opened this issue ยท 5 comments

Hello,

Django 4.x has removed support for ugettext (in favor of plain gettext). It looks like the only place this is used is in complex_ops.py. It's been fixed in the master branch, but not in the latest PyPi package (0.11.1).

When can we expect to see a release with this (one character) fix included?

Thanks!

Is this project abandoned?

riodw commented

Adding to this. I have the same question.

Is this project abandoned?

I can happily report that I've successfully tested the following combo (all on PyPI):

  • CPython 3.11.0
  • django~=4.1.3
  • django-filter~=22.1
  • djangorestframework~=3.14
  • djangorestframework-filters~=1.0.0.dev2

cc @philipn maybe worth updating the README?

Hi,

@rpkilby @philipn
Is there any chance we see 1.0.0 on PyPi any time soon?