﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36968	Provide better error messages when collectstatic can't find a file referenced in another file	blighj	blighj	"At present when `ManifestStaticFilesStorage` finds a reference within a file to another file that does not exist in the static files. It throws an error that causes confusion. For example https://code.djangoproject.com/ticket/21080#comment:43 
Whilenoise has already got a nice pattern to provide a clearer reason to the user so they can fix the issue easily.

    The {ext} file '{filename}' references a file which could not be found: 
    {missing}
    Please check the URL references in this {ext} file, particularly any
    relative paths which might be pointing to the wrong location.
"	Cleanup/optimization	closed	contrib.staticfiles	6.0	Normal	fixed			Ready for checkin	1	0	0	0	0	0
