From b16f84f15b1344d2a3df8149565cfc8de803eb77 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 27 May 2015 09:19:19 -0400 Subject: [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(). --- docs/releases/1.8.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3