id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 8135,Make RequestContext act as a dictionary,Marc Garcia,nobody,"When creating the context, using RequestContext to include context processors content, the next doesn't work: {{{ context = dict(example=value) context.update(RequestContext(request)) }}} instead I can use {{{ context = requestContext(request) context.update(dict(example=value)) }}} but I think that also allowing the first case would avoid some confusion.",New feature,closed,Template system,dev,Normal,wontfix,,,Design decision needed,0,0,0,0,0,0