Changes between Initial Version and Version 1 of Ticket #34341, comment 4
- Timestamp:
- Feb 16, 2023, 8:17:16 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34341, comment 4
initial v1 3 3 [https://github.com/evansd/whitenoise/blob/main/src/whitenoise/middleware.py#L158] 4 4 5 But if the spec is that `finders.find()` must be called with an OS-standardized path, it's a valid answer to my concern, and it means the fix has to happen on whitenoise side.5 But if you tell me the spec is that `finders.find()` must be called with an OS-standardized path, it's a valid answer to my concern, and it means the fix has to happen on whitenoise side (and we can close the present issue). 6 6 7 7 After all, `finders.find()` is in `django.contrib.staticfiles` indeed, and even though I found it surprising that it would not be more flexible, maybe it makes sense.