From 79645529e7ce03a7eef1e51e7058a9880f83efb5 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 29 Dec 2014 15:35:03 -0500 Subject: Revert "[1.7.x] Fixed #23938 -- Added migration support for m2m to concrete fields and vice versa" This reverts commit 1702bc52cc20ed0729893177fc8f4391b4b3183c. This doesn't work on stable/1.7.x because #23844 wasn't backported and we're not willing to do so because it's a large change. --- docs/releases/1.7.2.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs') diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index 34f3eb4675..50cd0729f2 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -181,6 +181,3 @@ Bugfixes * Supported strings escaped by third-party libraries with the ``__html__`` convention in the template engine (:ticket:`23831`). - -* Fixed a migration crash when changing a ``ManyToManyField`` into a concrete - field and vice versa (:ticket:`23938`). -- cgit v1.3