django-inline-actions
django-inline-actions copied to clipboard
Django 4 Support, drop python 3.6-3.7 support
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
- [x] Tests covering the new functionality have been added
- [x] Code builds clean without any errors or warnings
- [x] Documentation has been updated
- [x] Changes have been added to the
CHANGELOG.md - [x] You added yourself to the
CONTRIBUTORS.md
Any updates here?
so many Contributors.. :( @escaped @Ivan-Feofanov @sobolevn @tripliks @wagmiwiz @DimmuR @tony @ashishnitinpatil @torwald-sergesson
fixes #51
@escaped Thank you for the package! Any possibility you could take a look?
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.