Commit 6476fa73 authored by Tim Graham's avatar Tim Graham
Browse files

[1.8.x] Forwardported item in 1.7.5 release notes.

Backport of a93c5fb2 from master
parent 6b8c8d7e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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`).