django/docs/topics/i18n
Aymeric Augustin 7331788300 Avoided rewrapping Contexts in render_to_response.
This change preserves backwards-compatibility for a very common misuse
of render_to_response which even occurred in the official documentation.

It fixes that misuse wherever it happened in the code base and docs.

Context.__init__ is documented as accepting a dict and nothing else.
Since Context is dict-like, Context(Context({})) could work to some
extent. However, things get complicated with RequestContext and that
gets in the way of refactoring the template engine. This is the real
rationale for this change.
2014-11-22 17:58:38 +01:00
..
formatting.txt Fixed #23067 -- Updated docs to use django-admin 2014-07-30 14:14:03 -04:00
index.txt Clarify that HTTP Accept-Language header is case-insensitive. 2014-10-20 12:01:28 -06:00
timezones.txt Removed sudo from pip commands in docs. 2014-09-22 15:49:48 -04:00
translation.txt Avoided rewrapping Contexts in render_to_response. 2014-11-22 17:58:38 +01:00