-
Notifications
You must be signed in to change notification settings - Fork 64
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 Support, drop python 3.6-3.7 support #57
base: master
Are you sure you want to change the base?
Django 4 Support, drop python 3.6-3.7 support #57
Conversation
Any updates here? |
so many Contributors.. :( |
fixes #51 |
@escaped Thank you for the package! Any possibility you could take a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, pretty straightforward and awesome. Am I missing something?
I installed the package from pip but it still has the error with 'ugettext'. |
@ShabaniAmir thats cos this fix aint merged. Looks like this package has been abandoned sadly. |
Description
Added Django 4.
Removed Python 3.6 - 3.7 support as Django 4 requires minimum 3.8
I noticed that when upgrading my project to Django 4, I was getting an error on;
cannot import name 'ugettext_lazy' from 'django.utils.translation'
However looks like it was fixed on -> https://github.com/escaped/django-inline-actions/pull/43/files but not released.
Please include a summary of the proposed changes.
Removal off Python 3.6-3.7
Added Django 4
Fixes #(issue)
Tests are passing as the initial issue was fixed in -> https://github.com/escaped/django-inline-actions/pull/43/files
Checklist
CHANGELOG.md
CONTRIBUTORS.md