Skip to content

Conversation

@rassie
Copy link
Contributor

@rassie rassie commented Jun 23, 2011

Django 1.3 seems to alter templates' rendering contexts after the fact, so just make our saved context a clone of the original to be sure we keep all of it. Fixes #159.

…t, so just make our saved context a clone of the original to be sure we keep all of it. Fixes #159.
dcramer added a commit that referenced this pull request Jun 23, 2011
Save a clone of template context instead of the original
@dcramer dcramer merged commit a03b6a0 into django-commons:master Jun 23, 2011
ryneeverett pushed a commit to ryneeverett/django-debug-toolbar that referenced this pull request Oct 2, 2016
Save a clone of template context instead of the original
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

template context dicts are not showing with django 1.3.0

2 participants