juliomalegria / django-chunked-upload

Upload large files to Django in multiple chunks, with the ability to resume if the upload is interrupted.
MIT No Attribution
218 stars 73 forks source link

Deprecated method ugettext call on constants file #65

Open tngeene opened 2 years ago

tngeene commented 2 years ago

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

burnedikt commented 8 months ago

workaround for the ugettext issue: https://github.com/juliomalegria/django-chunked-upload/issues/68#issuecomment-1903413512