summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-05-02 19:31:22 +0200
committerClaude Paroz <claude@2xlibre.net>2014-05-02 19:33:22 +0200
commit142c27218a0bb07bb197faab7b1d8eb3a084f5b9 (patch)
tree7d4994c7f122eecea88efb8914fe56a8b5b0ca13 /docs
parentd1799233f46c39379fe429a4ece128d96b128006 (diff)
Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input
Thanks ygbo for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.6.5.txt b/docs/releases/1.6.5.txt
index 9abe6702cc..3c46b953b7 100644
--- a/docs/releases/1.6.5.txt
+++ b/docs/releases/1.6.5.txt
@@ -11,3 +11,6 @@ Bugfixes
* Made the ``year_lookup_bounds_for_datetime_field`` Oracle backend method
Python 3 compatible (`#22551 <http://code.djangoproject.com/ticket/22551>`_).
+
+* Fixed ``pgettext_lazy`` crash when receiving bytestring content on Python 2
+ (`#22565 <http://code.djangoproject.com/ticket/22565>`_).