﻿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
13812	[patch] Change the way BaseContext maintains the dicts	Satoru Logic	Satoru Logic	"In `django.template.context`, `BaseContext` is the base class of several context classes.

By maintaining a `list` of `dict`, it supports a LIFO way of resolving template variables with contexts.

In the `__getitem__` method, it searches for a dict reversely using `reversed`, I think I can make it a little faster by just iterating the dict list, and maintain the reversed list in `push`. "		closed	Template system	1.2		fixed	template context	Alex Gaynor Fredde satorulogic@…	Unreviewed	1	0	0	0	0	0
