From 2dd88f0687c2bc9c457816a011bf5e46f6bf84ad Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Wed, 5 Feb 2014 21:46:02 +0100 Subject: [PATCH] Added previous commit to 1.6.2 release notes. --- docs/releases/1.6.2.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/1.6.2.txt b/docs/releases/1.6.2.txt index 362e2dcf31..fcb042a149 100644 --- a/docs/releases/1.6.2.txt +++ b/docs/releases/1.6.2.txt @@ -33,3 +33,7 @@ Bug fixes (#21787). * Added missing items to ``django.utils.timezone.__all__`` (#21880). + +* Fixed an issue where lazy objects weren't actually marked as safe when passed + through :func:`~django.utils.safestring.mark_safe` and could end up being + double-escaped (#21882).