Changes between Initial Version and Version 2 of Ticket #31517
- Timestamp:
- Apr 26, 2020, 11:57:21 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31517
- Property Version 3.0 → master
- Property Patch needs improvement set
- Property Needs tests set
- Property Owner changed from to
- Property Triage Stage Unreviewed → Accepted
- Property Status new → assigned
- 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 Bug → Cleanup/optimization
-
Ticket #31517 – Description
initial v2 3 3 [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. 4 4 5 Behavior appears to have been introduced with [#17896]which split the file hashing into a separate method.5 Behavior appears to have been introduced with #17896 which split the file hashing into a separate method. 6 6 7 7 The following test, when included in the `test_storage.TestCollectionManifestStorage` test class demonstrates the bug: