miki725 / django-url-filter

Django URL Filter provides a safe way to filter data via human-friendly URLs.
http://django-url-filter.readthedocs.io/
Other
333 stars 77 forks source link

Not compatible with Django 4.2.1 #119

Open malekzahedi opened 1 year ago

malekzahedi commented 1 year ago

I installed django-url-filter 0.3.15 and Django 4.2.1 and got the following error: ImportError: cannot import name 'ungettext_lazy' from 'django.utils.translation'

Line 9 of validators.py should be updated to: from django.utils.translation import gettext_lazy

enjoy2000 commented 1 year ago

yes check this issue please https://github.com/miki725/django-url-filter/issues/113

MoncefB commented 1 year ago

FYI I've forked this repo as I really needed to upgrade Django and started losing hope.. If that's useful to anyone else, you can give pip install django-rest-url-filter a shot! :)

feroda commented 8 months ago

FYI I've forked this repo as I really needed to upgrade Django and started losing hope.. If that's useful to anyone else, you can give pip install django-rest-url-filter a shot! :)

thanks a lot, I tell you there is a typo in your README.md pip install django-rest-url-filter and not pip install url-filter