From 1e9ac504e46cae277398ee21038a08fffaafd060 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Fri, 21 Nov 2014 19:26:46 +0500 Subject: Fixed #23888 -- Fixed crash in File.__repr__() when name contains unicode. --- docs/releases/1.7.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index c9f69fe856..62419be63e 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -77,3 +77,6 @@ Bugfixes * Fixed a crash in migrations when deleting a field that is part of a ``index/unique_together`` constraint (:ticket:`23794`). + +* Fixed ``django.core.files.File.__repr__()`` when the file's ``name`` contains + Unicode characters (:ticket:`23888`). -- cgit v1.3