summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-15 09:56:07 -0500
committerTim Graham <timograham@gmail.com>2015-01-15 20:43:49 -0500
commit065b2a82f6d7539032e15308351fa5eee95c0cb9 (patch)
tree386e4267c13778afe8de8d4ee340aa4af62cf0fc /docs
parentb419bd38431b83eec93376cd911e2b17eb8e7342 (diff)
[1.7.x] Fixed #24135 -- Made RenameModel rename many-to-many tables.
Thanks Simon and Markus for reviews. Backport of 28db4af80a319485c0da724d692e2f8396aa57e3 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.4.txt b/docs/releases/1.7.4.txt
index 486baa6e07..8fbac815bf 100644
--- a/docs/releases/1.7.4.txt
+++ b/docs/releases/1.7.4.txt
@@ -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`).