Changes between Initial Version and Version 1 of Ticket #28144


Ignore:
Timestamp:
Apr 27, 2017, 2:05:53 PM (7 years ago)
Author:
Jon Prindiville
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28144 – Description

    initial v1  
    11I want to be able to construct a filesystem storage backend that will let me overwrite files while still leveraging `FileSystemStorage`.
    22
    3 This set of changes (https://github.com/django/django/compare/master...jonprindiville:filesystemstorage-allow-overwrite) would enable that without changing any of the default behaviour of `FileSystemStorage`. In addition to the new kwarg, this adds a test for the existing ''no-overwriting'' behaviour, and a test for the newly enabled ''overwriting'' behaviour.
     3This set of changes (https://github.com/django/django/compare/master...jonprindiville:ticket_28144) would enable that without changing any of the default behaviour of `FileSystemStorage`. In addition to the new kwarg, this adds a test for the existing ''no-overwriting'' behaviour, and a test for the newly enabled ''overwriting'' behaviour.
    44
    55I'm not sure about what I should enter here for "Version" (could go in anywhere, really) and "Has patch" (I don't have a patch, but I do have a PR-able branch, linked above. I am assuming that I should wait for review here before actually submitting a PR, though)
Back to Top