mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +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:
parent
22c85bf1a8
commit
41b337efa0
3 changed files with 46 additions and 2 deletions
|
|
@ -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`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue