diff options
| author | Tim Graham <timograham@gmail.com> | 2014-10-22 09:59:00 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-23 08:05:39 -0400 |
| commit | 41b337efa085b6b9cfdb2cf724d977005ff77e75 (patch) | |
| tree | 5cea3351c57499979f018d5e35441d2146a74931 /docs | |
| parent | 22c85bf1a8e938def99bf76afc11486655ff3e11 (diff) | |
Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.
Thanks Naddiseo for the report, Andrew Godwin for guidance,
and Shai Berger for review.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 3 |
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`). |
