Hi, On 12/5/18 9:54 AM, Carlton Gibson wrote: > *Proposal*: we should change the default for FILE_UPLOAD_PERMISSION to > 0o644 (or maybe 0o664), and document that as a backward incompatible > change. This would be correct for almost all users. If you're > deliberately leveraging `FILE_UPLOAD_PERMISSION = None` it's an easy > switch back to the current behaviour. As someone who wasted a couple of hours because of the current behavior, I am very much in favor of this.
The second-best solution in my opinion would be to have ``manage.py startproject`` explicitly write the setting, either as 0o644 or as 0o600. -- René Fleschenberg -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/97d123f7-cf49-0dae-5c2f-171cf421bea7%40fleschenberg.net. For more options, visit https://groups.google.com/d/optout.
