Changes between Initial Version and Version 1 of Ticket #4282, comment 14
- Timestamp:
- Nov 16, 2021, 3:20:35 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4282, comment 14
initial v1 19 19 Expected behaviour is that the created files have the restricted permissions, I think. 20 20 21 The original patch didn't look too complex… 🤔 (We do similar in [https://github.com/django/django/blob/12fe3224f5086161462faf614cad91f3fad32e78/django/core/files/storage.py#L246-L255 storage.py] — I didn't look into Claude's comments there.21 The original patch didn't look too complex… 🤔 (We do similar in [https://github.com/django/django/blob/12fe3224f5086161462faf614cad91f3fad32e78/django/core/files/storage.py#L246-L255 storage.py] — I didn't look into Claude's comments on the PR there.) 22 22 23 23 It may be that if we're not going to fix this, we can mark it wontfix. (Is this something Django needs to handle that a `find ... | xargs chmod` wouldn't be more appropriate for?)