﻿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
19528	CachedFilesMixin does not rewrite rules for css selector with path	mike@…	Jason Novinger	"Using CachedFilesMixin we'll have paths like this
`<img alt=""True"" src=""/media/static/admin/img/icon-yes.0596085e212f.gif"">`
after template rendering, but an unmodified selector:
`img[src$=""admin/img/icon-yes.gif""]` in processed stylesheet.

This happens because CachedFilesMixin.patterns does not contain a rule like this `""""""(img\[src[\^\$\*]{0,1}=\s*[""']\s*(.*?)[""'])""""""` to match against and actually can not deal with `^=|$=|*=` operators. I am not sure how such paths can be properly processed, though."	Bug	closed	contrib.staticfiles	1.4	Normal	invalid	CachedFilesMixin staticfiles djbday		Accepted	0	0	0	0	0	0
