From faad6070ee2eeea270c76381f9ca5999bf1ac15f Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Sat, 25 Apr 2015 03:08:23 +0200 Subject: Fixed #24701 -- Converted model manager names to unicode in migrations Thanks to Reto Aebersold for reporting the issue and Tim Graham and Claude Paroz for the review. --- docs/releases/1.8.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt index 54382d5c33..9593c13551 100644 --- a/docs/releases/1.8.1.txt +++ b/docs/releases/1.8.1.txt @@ -66,6 +66,9 @@ Bugfixes * Fixed a migration crash when adding new relations to models (:ticket:`24573`). +* Fixed a migration crash when applying migrations with model managers on + Python 3 that were generated on Python 2 (:ticket:`24701`). + Optimizations ============= -- cgit v1.3