1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +00:00

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

Backport of 2dd88f0687c2bc9c457816a011bf5e46f6bf84ad from master.
This commit is contained in:
Baptiste Mispelon 2014-02-05 21:46:02 +01:00
parent 8864d24789
commit a77ec25573

View File

@ -33,3 +33,7 @@ Bug fixes
(#21787). (#21787).
* Added missing items to ``django.utils.timezone.__all__`` (#21880). * 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).