﻿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
17784	per-view cache broken in latest 1.4beta	hemabe@…	nobody	"I'm using cache_page in the URLconf. It worked in 1.4 alpha, but is broken in the latest 1.4 beta.

Details:
My urls.py looks like this: 


{{{
url(r'^latest$', cache_page(60 * 15)('latest'), name='deugg_latest')

}}}

This worked in 1.4 alpha, but is now broken in the latest 1.4 svn trunk.  I get this error:


{{{
TypeError at /deugg/latest
'str' object is not callable

Exception Location: /usr/local/lib/python2.7/dist-packages/django/utils/decorators.py in _wrapped_view, line 91
}}}


Any ideas?"	Bug	closed	Uncategorized	dev	Normal	invalid			Unreviewed	0	0	0	0	0	0
