From 034866204b39f797c73997b03cd90443aa03aa91 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 2 May 2014 19:31:22 +0200 Subject: [1.6.x] Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input Thanks ygbo for the report. Backport of 142c27218 from master. --- 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