aliyun / django-oss-storage

Django storage backends for AliCloud OSS.
MIT License
145 stars 67 forks source link

Update to replace force_text to force_str, replace datetime.timezone.… #44

Open duanyu1988 opened 5 months ago

duanyu1988 commented 5 months ago

Current code cannot compitable with new django version, update to fix it. force_text -> force_str django.utils.timezone.utc to datetime.timezone.utc

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.