aliyun / django-oss-storage

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

Fix non-existed file is improperly considered as existed when running collectstatic #11

Closed jxltom closed 4 years ago

jxltom commented 6 years ago

Step to reproduce:

Reason:

How to fix:

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

huiguangjun commented 4 years ago

merged

jxltom commented 4 years ago

Why this PR is merged without my author information. It is quite uncommon in open source.

favoyang commented 4 years ago

@jxltom, because the maintainer merged a combined PR (https://github.com/aliyun/django-oss-storage/pull/24), which makes you the indirect author, and not shown on https://github.com/aliyun/django-oss-storage/graphs/contributors.

Anyway, the project doesn't have a contributor file.

jxltom commented 4 years ago

Obviously, the merged PR could of course cherrypick my commits which includes my author information. It is much better way for open source projects.