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:02 +0100 |
| commit | 2dd88f0687c2bc9c457816a011bf5e46f6bf84ad (patch) | |
| tree | 51628b3387c6f63f73f2670b5f3fc38ceefc5804 | |
| parent | a878bf9b093bf15d751b070d132fec52a7523a47 (diff) | |
Added previous commit to 1.6.2 release notes.
| -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). |
