summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2015-04-25 03:08:23 +0200
committerMarkus Holtermann <info@markusholtermann.eu>2015-04-25 18:18:40 +0200
commit419f296259d7c22d34d7d1cf46e7cf29e6b26b13 (patch)
treea1d0a5cb387d9098a7683745db08199e7f4b492e /docs
parentfc342bff94c720e9f12c3a3214e265269e29dfd5 (diff)
[1.8.x] 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. Backport of faad6070ee2eeea270c76381f9ca5999bf1ac15f from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.1.txt3
1 files changed, 3 insertions, 0 deletions
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
=============