Changes between Version 1 and Version 2 of Ticket #32452


Ignore:
Timestamp:
Feb 16, 2021, 8:51:15 AM (4 years ago)
Author:
Thomas Güttler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32452 – Description

    v1 v2  
    1717Would you accept a patch to `Storage.save()`?
    1818
     19Background: I am writing a unittest which mocked away the storage calls to save() will put the data into the mock.
     20
     21Then I check if the data is the way I want it.
     22
     23Now it gets complicated again: I need to access the data which is inside `ContentFile` grrr.
     24
     25This would be much easier if you could add strings/bytes to the `save()` directly.
Back to Top