Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with Django 4.2.1 #119

Open
malekzahedi opened this issue May 12, 2023 · 3 comments
Open

Not compatible with Django 4.2.1 #119

malekzahedi opened this issue May 12, 2023 · 3 comments

Comments

@malekzahedi
Copy link

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
Copy link

yes check this issue please #113

@MoncefB
Copy link

MoncefB commented Sep 22, 2023

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
Copy link

feroda commented Feb 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants