1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.

Thanks Naddiseo for the report, Andrew Godwin for guidance,
and Shai Berger for review.
This commit is contained in:
Tim Graham
2014-10-22 09:59:00 -04:00
parent 22c85bf1a8
commit 41b337efa0
3 changed files with 46 additions and 2 deletions

View File

@@ -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`).