theriverman / django-minio-backend

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

fix: :bug: Support for Django 5, Re-Open S3File, and Black Formatting #47

Closed upchunk closed 6 months ago

upchunk commented 6 months ago
theriverman commented 6 months ago

Hi, Please reopen this PR without Black formatting. Black is not PEP8 compliant and I would like to avoid enfording such styles on package level especially in public code. Thanks!