﻿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
24243	Allow HashedFilesMixin to handle file name fragments	Laszlo Marai	Laszlo Marai	"The hashed_name method will raise a ValueError if fed a non-existent file (including a file name fragment) which problematic for several reasons:
* File name fragments can't be used this way (e.g. I want to do {% url '/static/sounds/some_sound' %} and then append the extension from javascript)
* The above technique works with cache middle ware not using HashedFilesMixin, so the ValueError comes kind of unexpected (e.g. when only using it on staging/deployment environments and not locally)
* Actually just below the offending code it explicitly tries to handle fragments, even has a comment about it, but the exception is raised before.

Problematic code starts on line 89."	New feature	closed	contrib.staticfiles	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
