django-inline-actions icon indicating copy to clipboard operation
django-inline-actions copied to clipboard

Django 4 Support, drop python 3.6-3.7 support

Open stefanwitchell1990 opened this issue 3 years ago • 6 comments

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

stefanwitchell1990 avatar Sep 29 '22 13:09 stefanwitchell1990

Any updates here?

oriolclosa avatar Apr 05 '23 14:04 oriolclosa

so many Contributors.. :( @escaped @Ivan-Feofanov @sobolevn @tripliks @wagmiwiz @DimmuR @tony @ashishnitinpatil @torwald-sergesson

mschiegg avatar Jul 20 '23 07:07 mschiegg

fixes #51

ashishnitinpatil avatar Jul 20 '23 22:07 ashishnitinpatil

@escaped Thank you for the package! Any possibility you could take a look?

tony avatar Jul 20 '23 22:07 tony

I installed the package from pip but it still has the error with 'ugettext'.

ShabaniAmir avatar Feb 16 '24 01:02 ShabaniAmir

@ShabaniAmir thats cos this fix aint merged. Looks like this package has been abandoned sadly.

shayneoneill avatar May 02 '24 01:05 shayneoneill