Chris McDonough
2011-07-11 e3fabe0bca3579b59a2118d3b1662bfdb282f82a
give request a registry = None clasattr so registry can successfully be passed as a kwarg to the Request constructor
1 files modified
1 ■■■■ changed files
pyramid/request.py 1 ●●●● patch | view | raw | blame | history
pyramid/request.py
@@ -206,6 +206,7 @@
    exception = None
    matchdict = None
    matched_route = None
    registry = None
    @reify
    def tmpl_context(self):