summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-10-22 09:59:00 -0400
committerTim Graham <timograham@gmail.com>2014-10-23 08:51:08 -0400
commitf70a733abc7eb9b585e11be1167513d972f9d419 (patch)
tree748802f3bbeaac2e071ab4ed9c8bbb7beec8320f /docs
parent41d5222a6a07586815cdf99399a71beca5900a6e (diff)
[1.7.x] Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.
Thanks Naddiseo for the report, Andrew Godwin for guidance, and Shai Berger for review. Backport of 41b337efa0 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt3
1 files changed, 2 insertions, 1 deletions
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 <django.db.models.Options.db_table>` (:ticket:`23630`).