Changes between Initial Version and Version 1 of Ticket #4282, comment 14


Ignore:
Timestamp:
Nov 16, 2021, 3:20:35 AM (3 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4282, comment 14

    initial v1  
    1919Expected behaviour is that the created files have the restricted permissions, I think.
    2020
    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.
     21The 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.)
    2222
    2323It 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?)
Back to Top