-
Notifications
You must be signed in to change notification settings - Fork 95
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
Django 4.1 compatibility issue with "ugettext" #103
Comments
Same for me as well |
+1 |
It's cause this code is not in the current pip 1.2.5 version mixins.py
|
When is this coming to PyPI? |
when will this be available in pypi? |
please publish to pypi |
Hello, Thanks a lot |
If you don't want to wait for PyPI, you can add the latest versions like so
update after @ to whichever commit version you want. It'll freeze that to your requirements.txt too. |
Would much appreciate a release for this fix, or failing that, a date when it is planned to be released? |
It would to be great to have the latest version published into PyPI now that Django 4.2 LTS is released! |
It looks like this is fixed by the merge of #92 in october 2022 but i still get the error in august 2023 with a fresh install of Django 4.2 LTS. How do we get the update to PyPI? Can i help? |
Please, update the PyPI package |
I pushed in PyPi the latest main if someone is interested: |
I am getting this error as soon as I try to use
FSMTransitionMixin
.ImportError: cannot import name 'ugettext' from 'django.utils.translation'
The text was updated successfully, but these errors were encountered: