theriverman / django-minio-backend

Minio Backend for Django
https://pypi.org/project/django-minio-backend/
MIT License
112 stars 22 forks source link

removed no_translations because it's deprecated in Django 2.2.8 #5

Closed guyeshet closed 4 years ago

guyeshet commented 4 years ago

Django 2.2.8 removed no_translations decorator, hence initialize_buckets commands is failing.... If you have another idea let me know, but removing this command solves the issue

theriverman commented 4 years ago

Thanks for the pull request, looks good! 👍

theriverman commented 4 years ago

Pushed to PyPI: https://pypi.org/project/django-minio-backend/1.1.2/

guyeshet commented 4 years ago

Awesome :) thanks for merging!