diff options
| author | Tim Graham <timograham@gmail.com> | 2015-05-27 09:19:19 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-05-27 09:29:45 -0400 |
| commit | b16f84f15b1344d2a3df8149565cfc8de803eb77 (patch) | |
| tree | 82d61d75b5730cd70fb4867a36391c23398bf71e /docs | |
| parent | 1e3741b8a3d35e46b50d6490e0d7f5048de0dc86 (diff) | |
[1.8.x] Refs #24836 -- Reverted "Simplified the lazy CSRF token implementation in csrf context processor."
This reverts commit 8099d33b6553c9ee7de779ae9d191a1bf22adbda as it caused
a regression that cannot be solved without changing force_text() which has
a small risk of introducing regressions. This change will remain in master
along with an update to force_text().
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 1155ac1cb6..d965630c77 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -19,3 +19,6 @@ Bugfixes ``Count()`` (:ticket:`24835`). * Corrected ``HStoreField.has_changed()`` (:ticket:`24844`). + +* Reverted an optimization to the CSRF template context processor which caused + a regression (:ticket:`24836`). |
