Changes between Initial Version and Version 1 of Ticket #31520, comment 10


Ignore:
Timestamp:
Jun 16, 2020, 5:28:26 AM (4 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31520, comment 10

    initial v1  
    44
    55* That `hashed_name()` raises for a missing file has been in place [https://github.com/django/django/commit/1d32bdd3c9586ff10d0799264105850fa7e3f512#diff-c7242dedd7c93b857a668acec1e310feR65-R69 since CachedStaticFilesStorage was added] for #15252.
    6 * That `hashed_name()` is used here was part of the design when `manifest_strict` was added for #24452.
     6* That `hashed_name()` is used here was part of the design [https://github.com/django/django/commit/53bffe8d03f#diff-f9134e6259b65d48bdb5c837e3901114R428-R432 when `manifest_strict` was added] for #24452.
    77
    88They'll be too many people expecting this behaviour to just change it.
Back to Top