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:38:46 +0200
commit034866204b39f797c73997b03cd90443aa03aa91 (patch)
tree7ce82f5f79308861e1c7be0003350996ea8be0a0 /docs
parentb97b24882c7c3363d6972fe1f3a5573738cf9d5a (diff)
[1.6.x] Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input
Thanks ygbo for the report. Backport of 142c27218 from master.
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>`_).