From e55cb91bd47d054d502c03cdbe74ac98986af3fb Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Mon, 19 Jan 2015 15:31:23 +0100 Subject: [1.8.x] Fixed #24163 -- Removed unique constraint after index on MySQL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks Ɓukasz Harasimowicz for the report. Backport of 5792e6a88c1444d4ec84abe62077338ad3765b80 from master --- docs/releases/1.7.4.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.4.txt b/docs/releases/1.7.4.txt index 8fbac815bf..5f10e5e8c6 100644 --- a/docs/releases/1.7.4.txt +++ b/docs/releases/1.7.4.txt @@ -14,3 +14,6 @@ Bugfixes * Made the migration's ``RenameModel`` operation rename ``ManyToManyField`` tables (:ticket:`24135`). + +* Fixed a migration crash on MySQL when migrating from a ``OneToOneField`` to a + ``ForeignKey`` (:ticket:`24163`). -- cgit v1.3