Opened 12 years ago
Closed 12 years ago
#19111 closed Uncategorized (duplicate)
CachedFilesMixin Shouldn't Fail on Missing Files
Reported by: | Matthew Tretter | Owned by: | nobody |
---|---|---|---|
Component: | contrib.staticfiles | Version: | 1.4 |
Severity: | Normal | Keywords: | staticfiles |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
I appreciate the reasoning for the ValueError
in hashed_name()
, but I think they should be suppressed (converted to warnings) in the post_process()
loop. A single bad URL shouldn't prevent you from collecting your other static files—especially when it may occur in a third party app.
Change History (2)
comment:1 by , 12 years ago
Component: | File uploads/storage → contrib.staticfiles |
---|
comment:2 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #18958.