FileField storage param should allow a callable
For example, when using S3 I may have a field that I want to use private acl, while other fields are not using private storage. Locally or in different deployments I may not be using S3, and the storage is different.
Change History
(12)
Easy pickings: |
unset
|
Patch needs improvement: |
set
|
Summary: |
FileField storages param should allow a callable → FileField storage param should allow a callable
|
Triage Stage: |
Unreviewed → Accepted
|
Patch needs improvement: |
unset
|
Needs documentation: |
set
|
Patch needs improvement: |
set
|
Needs documentation: |
unset
|
Patch needs improvement: |
unset
|
Patch needs improvement: |
set
|
Patch needs improvement: |
unset
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Tentatively accepting. This idea also came up in #24648. The PR has test failures and documentation changes are also required. See the PatchReviewChecklist.