1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #24847 -- Prevented items set on a RequestContext from being lost.

This commit is contained in:
Paweł Marczewski
2015-05-26 21:38:01 +02:00
committed by Tim Graham
parent 70be31bba7
commit 300e8baf94
3 changed files with 20 additions and 4 deletions

View File

@@ -22,3 +22,6 @@ Bugfixes
* Reverted an optimization to the CSRF template context processor which caused
a regression (:ticket:`24836`).
* Fixed a regression which caused template context processors to overwrite
variables set on a ``RequestContext`` after it's created (:ticket:`24847`).