summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2015-01-28 12:13:54 +0100
committerMarkus Holtermann <info@markusholtermann.eu>2015-02-09 16:48:51 +0100
commitf8c040e1676506e3bcba5f2744199fdcde430552 (patch)
tree26aa4438da212d18df5864c7a7caf420afd5ab89 /docs
parent37b50db09230f90827008cc8404675d8b4876c10 (diff)
[1.7.x] Fixed #24236 -- Treated inherited m2m fields as such if they don't define get_internal_type()
Regression introduced in 3d4a826174b7a411a03be39725e60c940944a7fe Thanks IRC user ris for the report, Loïc Bistuer, Anssi Kääriäinen and Andriy Sokolovskiy for the discussion and Tim Graham for the review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.5.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.5.txt b/docs/releases/1.7.5.txt
index 2039c9dc4e..afce510aae 100644
--- a/docs/releases/1.7.5.txt
+++ b/docs/releases/1.7.5.txt
@@ -13,3 +13,6 @@ Bugfixes
``contrib.contenttypes``’s or ``contrib.auth``’s first migration
(:ticket:`24075`) due to severe impact on the test performance
(:ticket:`24251`) and problems in multi-database setups (:ticket:`24298`).
+
+* Fixed a regression that prevented custom fields inheriting from
+ ``ManyToManyField`` from being recognized in migrations (:ticket:`24236`).