MEDIA_URL
FILE_UPLOAD_PERMISSIONS
FILE_UPLOAD_DIRECTORY_PERMISSIONS
This is the problem noted and fixed in #17744 for MEDIA_ROOT and noted in
general in #17787.
--
Ticket URL: <https://code.djangoproject.com/ticket/23600>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => duncanparkes
* needs_better_patch: => 0
* status: new => assigned
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/23600#comment:1>
Comment (by duncanparkes):
I have a branch ready to pull request for this, but GitHub is misbehaving
for me right now.
--
Ticket URL: <https://code.djangoproject.com/ticket/23600#comment:2>
Comment (by duncanparkes):
Pull request here: https://github.com/django/django/pull/3304
--
Ticket URL: <https://code.djangoproject.com/ticket/23600#comment:3>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/23600#comment:4>
* needs_better_patch: 0 => 1
Comment:
Left comments for improvement on the PR.
--
Ticket URL: <https://code.djangoproject.com/ticket/23600#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"88b6cf4ae41a983bda735a5f61f69f6b1482e2ca"]:
{{{
#!CommitTicketReference repository=""
revision="88b6cf4ae41a983bda735a5f61f69f6b1482e2ca"
Fixed #23600 -- Made default_storage aware of more settings changes.
Added MEDIA_URL, FILE_UPLOAD_PERMISSIONS, and
FILE_UPLOAD_DIRECTORY_PERMISSIONS to the list of settings.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23600#comment:6>