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
214 stars 71 forks source link

fix deprecated ugettext method call for django 4 #66

Open tngeene opened 2 years ago

tngeene commented 2 years ago

This pull request contains a fix in the ugettext call in the constants.py file. That method has been deprecated in Django 4> where the package throws errors when running the Django server.

Fixes #65

kishanmmohan commented 1 year ago

@juliomalegria - can you please accept this pull request and release the package update.

Thanks.

tngeene commented 1 year ago

@juliomalegria - can you please accept this pull request and release the package update.

Thanks.

Looks like @juliomalegria no longer maintains the package. @kishanmmohan