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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user