>Finally, along those lines, we could introduce a vary_on_get >decorator, which, used with the NO_GET_PARAMS setting, would be an >opt-in signifying a view *does* rely on query string. This could be >for stuff like search engines, which do vary based on the query string >(e.g. /search/?q=foo). In this case, though, it'd be nice to be able >to specify the variables that are valid.
+1 for vary_on_get, that fits nicely into the current scheme and just sounds right to me. bye, Georg