From 9b894357d00b9fbb44a500ee9f2b21555341e70d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 24 Jan 2010 21:25:01 +0000 Subject: Add more errata. --- docs/errata.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'docs') diff --git a/docs/errata.rst b/docs/errata.rst index eb33de8ba..b27bfc684 100644 --- a/docs/errata.rst +++ b/docs/errata.rst @@ -64,3 +64,29 @@ Should read: def __call__(self): return Response('OK') +pp. 98 +------ + +The section entitled "Global View Configurations May Match When a +Route-Specific View Configuration Doesn't" is incorrect. The entire +section should be disregarded. + +pp. 99 +------ + +The section entitled "context Type Registrations Bind More Tightly +Than request Type Registrations" is incorrect. The entire section +should be disgregarded. + +pp. 83 +------- + +A "route configuration" argument was omitted: + + ``use_global_views`` + When a request matches this route, and view lookup cannot find a + view which has a 'route_name' predicate argument that matches the + route, try to fall back to using a view that otherwise matches the + context, request, and view name (but does not match the route name + predicate). + -- cgit v1.2.3