Changes between Initial Version and Version 1 of Ticket #26329, comment 10
- Timestamp:
- Aug 17, 2025, 3:58:46 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26329, comment 10
initial v1 3 3 I think there is a more general point that could be another ticket, the behaviour of ManifestStaticFilesStorage can be different on development vs production. The leading slash is one case. The other obvious case you see in forms/stackoverflow is that when a file is missing this won't error in development but will in production. I've also been caught out by the backslash as path separtor and url in the wrong case. Both of these will work in development, but fail on production with ManifestStaticFilesStorage. 4 4 5 The patch will solve two of these issues. The package I put together has a potential solution to the other two (missing file or wrong case). It could be incorporated in a follow up ticket or as part of this patch if that was deemed better. 5 The patch will solve two of these issues. The package I put together has a potential solution to the other two (missing file or wrong case). It could be incorporated in a follow up ticket or as part of this patch if that was deemed better. https://github.com/blighj/django-manifeststaticfiles-enhanced