Opened 11 years ago
Closed 9 years ago
#20488 closed New feature (wontfix)
Enhance the Storage class with new copy and move methods
Reported by: | Ioan Alexandru Cucu | Owned by: | nobody |
---|---|---|---|
Component: | File uploads/storage | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Discussion on django developers group: https://groups.google.com/forum/#!searchin/django-developers/enhance$20class$20storage/django-developers/fVSp2HaarJQ/XdszJPht55MJ
The idea is to enhance django.core.files.storage.Storage with two new methods: copy and move.
The only way you can currently perform these type of operations through the storage API is by downloading and re-uploading a file in a new location.
Change History (11)
comment:1 Changed 11 years ago by
Has patch: | set |
---|
comment:2 Changed 11 years ago by
Needs documentation: | set |
---|
comment:3 Changed 11 years ago by
Needs documentation: | unset |
---|
comment:4 Changed 11 years ago by
Triage Stage: | Unreviewed → Accepted |
---|
comment:7 Changed 9 years ago by
Please uncheck "Patch needs improvement" when you update the pull request so the ticket appears in the review queue, thanks.
comment:8 Changed 9 years ago by
Patch needs improvement: | unset |
---|
comment:9 Changed 9 years ago by
Addressed all comments and opened new PR https://github.com/django/django/pull/3801
comment:11 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
See pull request: https://github.com/django/django/pull/1206