diff options
| author | Paweł Marczewski <pwmarcz@gmail.com> | 2015-05-26 21:38:01 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-05-27 10:08:31 -0400 |
| commit | 7ee6043dba983bd30bdb880a216cb573d76c7fc5 (patch) | |
| tree | 964735baed9a23f245ab6db02788e854ab6138ec /docs | |
| parent | d411586866f7efe797b2d567028d9b7d0712c88e (diff) | |
Fixed #24847 -- Prevented items set on a RequestContext from being lost.
Backport of 300e8baf9429dbf1c5dff478558d793638dc2f54 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt index d965630c77..5adea05dd1 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -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`). |
