django-chunked-upload icon indicating copy to clipboard operation
django-chunked-upload copied to clipboard

Deprecated method ugettext call on constants file

Open tngeene opened this issue 3 years ago • 1 comments

Due to the updates on django 4.0> you can no longer import ugettext and this raises the following error. ImportError: cannot import name 'ugettext' from 'django.utils.translation

tngeene avatar Mar 27 '22 18:03 tngeene