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 by Ioan Alexandru Cucu, 11 years ago

Has patch: set

comment:2 by Ioan Alexandru Cucu, 11 years ago

Needs documentation: set

comment:3 by Ioan Alexandru Cucu, 11 years ago

Needs documentation: unset

comment:4 by Claude Paroz, 11 years ago

Triage Stage: UnreviewedAccepted

comment:5 by Tim Graham, 10 years ago

Patch needs improvement: set

PR no longer merges cleanly.

comment:7 by Tim Graham, 9 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 Ioan Alexandru Cucu, 9 years ago

Patch needs improvement: unset

comment:9 by Ioan Alexandru Cucu, 9 years ago

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

comment:10 by Tim Graham, 9 years ago

Patch needs improvement: set

Reviewed PR again.

comment:11 by Ioan Alexandru Cucu, 9 years ago

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