Opened 11 years ago
Closed 10 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 by , 11 years ago
Has patch: | set |
---|
comment:2 by , 11 years ago
Needs documentation: | set |
---|
comment:3 by , 11 years ago
Needs documentation: | unset |
---|
comment:4 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:7 by , 10 years ago
Please uncheck "Patch needs improvement" when you update the pull request so the ticket appears in the review queue, thanks.
comment:8 by , 10 years ago
Patch needs improvement: | unset |
---|
comment:9 by , 10 years ago
Addressed all comments and opened new PR https://github.com/django/django/pull/3801
comment:11 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
See pull request: https://github.com/django/django/pull/1206