From e8a08514de6b97de1fce13b6c6b24cf72d1d60d9 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Thu, 25 Sep 2014 20:21:12 +0200 Subject: [1.7.x] Fixed #23455 -- Forced related_name to be a unicode string during deconstruction. Backport of 45bd7b3bd9 from master --- docs/releases/1.7.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index a19e19d03b..3b53534185 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -76,3 +76,7 @@ Bugfixes * Added ``SchemaEditor`` for MySQL GIS backend so that spatial indexes will be created for apps with migrations (:ticket:`23538`). + +* Coerced the ``related_name`` model field option to unicode during migration + generation to generate migrations that work with both Python 2 and 3 + (:ticket:`23455`). -- cgit v1.3