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 Ioan Alexandru Cucu

Has patch: set

comment:2 Changed 11 years ago by Ioan Alexandru Cucu

Needs documentation: set

comment:3 Changed 11 years ago by Ioan Alexandru Cucu

Needs documentation: unset

comment:4 Changed 11 years ago by Claude Paroz

Triage Stage: UnreviewedAccepted

comment:5 Changed 10 years ago by Tim Graham

Patch needs improvement: set

PR no longer merges cleanly.

comment:7 Changed 9 years ago by Tim Graham

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 Ioan Alexandru Cucu

Patch needs improvement: unset

comment:9 Changed 9 years ago by Ioan Alexandru Cucu

Addressed all comments and opened new PR https://github.com/django/django/pull/3801

comment:10 Changed 9 years ago by Tim Graham

Patch needs improvement: set

Reviewed PR again.

comment:11 Changed 9 years ago by Ioan Alexandru Cucu

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top