Commit a77ec255 authored by Baptiste Mispelon's avatar Baptiste Mispelon
Browse files

[1.6.x] Added previous commit to 1.6.2 release notes.

Backport of 2dd88f06 from master.
parent 8864d247
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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).