From 142c27218a0bb07bb197faab7b1d8eb3a084f5b9 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 2 May 2014 19:31:22 +0200 Subject: Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input Thanks ygbo for the report. --- docs/releases/1.6.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 `_). + +* Fixed ``pgettext_lazy`` crash when receiving bytestring content on Python 2 + (`#22565 `_). -- cgit v1.3