diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-29 15:35:03 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-29 15:37:15 -0500 |
| commit | 79645529e7ce03a7eef1e51e7058a9880f83efb5 (patch) | |
| tree | d21330380965f4477b22fc9985ffa47cf983205d /docs | |
| parent | 1702bc52cc20ed0729893177fc8f4391b4b3183c (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 3 |
1 files changed, 0 insertions, 3 deletions
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`). |
