From a8791b93f0211fe0d2c5a37226ecc45d4e30cb19 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 3 Jan 2010 03:47:06 +0000 Subject: Missed one. --- docs/narr/hybrid.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst index 5c3775e59..4faccae45 100644 --- a/docs/narr/hybrid.rst +++ b/docs/narr/hybrid.rst @@ -355,10 +355,10 @@ hood" for views that match a route use the (very weakly binding) is found has a specific interface, and a global view statement is registered against this interface as its context interface, it's likely that the *global* view will match *before* the view that is -attached to the route unless the ``view_for`` attribute is used on the -``route`` registration to match the "correct" interface first (because -then both the request type and the context type are "more specific" -for the view registration). +attached to the route unless the ``view_context`` attribute is used on +the ``route`` registration to match the "correct" interface first +(because then both the request type and the context type are "more +specific" for the view registration). What it all boils down to is: if a request that matches a route resolves to a view you don't expect it to, use the ``view_context`` -- cgit v1.2.3