summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-02-12 14:05:52 -0500
committerTim Graham <timograham@gmail.com>2015-02-12 14:06:21 -0500
commit6476fa73d3ce03eac1a5a05e839257316da992db (patch)
tree432d29fc6546a42ffdbf3666bf1b97c933f337ce
parent6b8c8d7e18bf46def3d6c9be3f9b77f52c5d85b2 (diff)
[1.8.x] Forwardported item in 1.7.5 release notes.
Backport of a93c5fb2bfbadd4628a2a5d6b6aecbd64bd527cb from master
-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`).