diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2014-02-05 21:46:02 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2014-02-05 21:46:24 +0100 |
| commit | a77ec255737eb87d5e876083651c9aaf950d6f46 (patch) | |
| tree | c21101205a293b37fd054b17caed194084c2474f /docs | |
| parent | 8864d2478946506db22d2d2d37585f55536fb358 (diff) | |
[1.6.x] Added previous commit to 1.6.2 release notes.
Backport of 2dd88f0687c2bc9c457816a011bf5e46f6bf84ad from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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). |
