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.
--
Ticket URL: <https://code.djangoproject.com/ticket/20488>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* has_patch: 0 => 1
* needs_tests: => 0
* needs_docs: => 0
Comment:
See pull request: https://github.com/django/django/pull/1206
--
Ticket URL: <https://code.djangoproject.com/ticket/20488#comment:1>
* needs_docs: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/20488#comment:2>
* needs_docs: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/20488#comment:3>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/20488#comment:4>
* needs_better_patch: 0 => 1
Comment:
PR no longer merges cleanly.
--
Ticket URL: <https://code.djangoproject.com/ticket/20488#comment:5>
Comment (by anonymous):
New PR: https://github.com/django/django/pull/2664
--
Ticket URL: <https://code.djangoproject.com/ticket/20488#comment:6>
Comment (by timgraham):
Please uncheck "Patch needs improvement" when you update the pull request
so the ticket appears in the review queue, thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/20488#comment:7>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/20488#comment:8>
Comment (by kux):
Addressed all comments and opened new PR
https://github.com/django/django/pull/3801
--
Ticket URL: <https://code.djangoproject.com/ticket/20488#comment:9>
* needs_better_patch: 0 => 1
Comment:
Reviewed PR again.
--
Ticket URL: <https://code.djangoproject.com/ticket/20488#comment:10>
* status: new => closed
* resolution: => wontfix
--
Ticket URL: <https://code.djangoproject.com/ticket/20488#comment:11>