﻿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
19850	admin_static templatetag is not using the staticfiles' storage backend url	duduklein@…	Jannis Leidel	"The admin_static templatetag checks for statifiles app and then imports the appropriate static templatetag.

The issue is that even when staticfiles contrib app is ""installed"", the templatetag imported is ""static"" while the one that uses the storage backend is ""do_static"".  In Django 1.4, there was no ""do_static"" function, only ""static"", 

[https://github.com/django/django/commit/0a68a2994be17ed2669accead331881cb0be41dd This is the commit] that seems to have broken it.

"	Bug	closed	contrib.admin	1.5-rc-1	Release blocker	fixed	staticfiles storage backend templatetag		Accepted	0	0	0	0	0	0
