From 41b337efa085b6b9cfdb2cf724d977005ff77e75 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 22 Oct 2014 09:59:00 -0400 Subject: Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables. Thanks Naddiseo for the report, Andrew Godwin for guidance, and Shai Berger for review. --- docs/releases/1.7.2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index 2b97ca1411..47cc2d6bbd 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -9,4 +9,5 @@ Django 1.7.2 fixes several bugs in 1.7.1. Bugfixes ======== -* ... (:ticket:`00000`). +* Fixed migration's renaming of auto-created many-to-many tables when changing + :attr:`Meta.db_table ` (:ticket:`23630`). -- cgit v1.3