On Wednesday, June 8, 2011 3:55:17 PM UTC-4, Ross Peoples wrote: > > I thought this change meant that regardless of the number of variables > passed, it shows the toolbar anyways if is_local. My application that was > created before back in 1.94.1 does not check for is_local, because I see the > toolbar on a remote machine, when all I pass is form=form. This change is > the one that made the toolbar appear for me when only one item is returned > in the controller.
This should be determined by the content of generic.html -- unless you replaced the generic.html that was already in your app with the generic.html in 1.96.4, nothing should have changed in your app. With 1.96.4, generic.html shows the toolbar if the request is local, regardless of the number of request._vars. In 1.96.1-3, generic.html showed the toolbar only if the request was local AND there were multiple request._vars. In versions prior to 1.96, (an earlier version of) the toolbar was shown only if there were multiple request._vars (without checking for request.is_local). What does your generic.html look like? Anthony

