Hmmm... I kinda like that approach. > Even better - call it "with_request" instead of "published", and > combine it with a real "published" decorator that had been being > discussed a week ago: > > @published @with_request > def myfunc(request): > ... > > Oleg.