Changes between Initial Version and Version 1 of Ticket #28144
- Timestamp:
- Apr 27, 2017, 2:05:53 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28144 – Description
initial v1 1 1 I want to be able to construct a filesystem storage backend that will let me overwrite files while still leveraging `FileSystemStorage`. 2 2 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.3 This 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. 4 4 5 5 I'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)