1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.7.x] Fixed #24135 -- Made RenameModel rename many-to-many tables.

Thanks Simon and Markus for reviews.

Backport of 28db4af80a from master
This commit is contained in:
Tim Graham
2015-01-15 09:56:07 -05:00
parent b419bd3843
commit 065b2a82f6
3 changed files with 50 additions and 0 deletions

View File

@@ -11,3 +11,6 @@ Bugfixes
* Fixed a migration crash when unapplying ``contrib.contenttypes``s or
``contrib.auth``s first migration (:ticket:`24075`).
* Made the migration's ``RenameModel`` operation rename ``ManyToManyField``
tables (:ticket:`24135`).