Loading django/template/context.py +1 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,7 @@ class RenderContext(BaseContext): def __getitem__(self, key): return self.dicts[-1][key] # This is a function rather than module-level procedural code because we only # want it to execute if somebody uses RequestContext. def get_standard_processors(): Loading Loading
django/template/context.py +1 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,7 @@ class RenderContext(BaseContext): def __getitem__(self, key): return self.dicts[-1][key] # This is a function rather than module-level procedural code because we only # want it to execute if somebody uses RequestContext. def get_standard_processors(): Loading