From c21bbb79d6c9118ff893d035b80711d2cae926ad Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 19 Oct 2009 02:27:24 +0000 Subject: --- CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6b87b894b..bab90fa65 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -35,8 +35,9 @@ Features When the bfg_view decorator is used against a class method, a view is registered for the *class* (it's a "class view" where the "attr" - happens to be the method they're attached to), so the view class - must have a suitable constructor. + happens to be the name of the method it is attached to), so the + class it's defined within must have a suitable constructor: one that + accepts ``context, request`` or just ``request``. Documentation ------------- -- cgit v1.2.3