﻿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
18364	Can't server static files with version information	f@…	nobody	"Hi,

from the source code it seams that I can't server staticfiles with a version information.
In my template I have the following:


{{{
{% load staticfiles %}
<script language=""javascript"" type=""text/javascript"" src=""{% static ""js/jquery.min.js?v=1.4.2"" %}""></script>

}}}

This will result in this URL: 

{{{
http://hostname/static/js/jquery.min.js%3Fv%3D1.4.2

}}}

See the escaped ""?"" sign which makes the version number a part of the URL and not a get paramter.

Am I missing something?

Sincerely, Fabian"	Bug	closed	Template system	1.4	Normal	invalid		f@…	Unreviewed	0	0	0	0	0	0
