﻿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
10586	@last_modified call condition(last_modified=callable), but  condition expect last_modified_func	qoqenator	Malcolm Tredinnick	"REV. 10115

In django.views.decorators.http:

{{{
def etag(callable):
    return condition(etag=callable)

def last_modified(callable):
    return condition(last_modified=callable)

}}}

But:
{{{
def condition(etag_func=None, last_modified_func=None):
    ...
}}}"		closed	Uncategorized	1.0		fixed			Accepted	0	0	0	0	0	0
