summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-05-26 16:46:13 -0400
committerTim Graham <timograham@gmail.com>2015-05-27 09:48:53 -0400
commit70be31bba7f8658f17235e33862319780c3dfad1 (patch)
tree6c4407ecbd419598500ce0f70d7b98339353fc7d /docs
parent10945ebeb84157a284ad96f453ee13305a9d8a94 (diff)
Fixed #24836 -- Made force_text() resolve lazy objects.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.3.txt3
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`).