Changes between Initial Version and Version 2 of Ticket #31517


Ignore:
Timestamp:
Apr 26, 2020, 11:57:21 PM (4 years ago)
Author:
Mariusz Felisiak
Comment:

Thanks for this ticket.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31517

    • Property Version 3.0master
    • Property Patch needs improvement set
    • Property Needs tests set
    • Property Owner changed from nobody to Richard Campen
    • Property Triage Stage UnreviewedAccepted
    • Property Status newassigned
    • Property Summary ManifestFilesMixin.file_hash returning None get's included in hashed filename as 'None'ManifestFilesMixin.file_hash() returning None get's included in hashed filename as 'None'.
    • Property Type BugCleanup/optimization
  • Ticket #31517 – Description

    initial v2  
    33[https://groups.google.com/forum/#!searchin/django-developers/file_hash%7Csort:date/django-developers/GXNDGBb3tlM/VE61CAgoAgAJ Discussion on django-developers] supports this behaviour being unintended.
    44
    5 Behavior appears to have been introduced with [#17896] which split the file hashing into a separate method.
     5Behavior appears to have been introduced with #17896 which split the file hashing into a separate method.
    66
    77The following test, when included in the `test_storage.TestCollectionManifestStorage` test class demonstrates the bug:
Back to Top