From da224d6be0d55811d448ed6d57ac828c18cd1a80 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Tue, 27 Jan 2015 14:39:22 +0100 Subject: [PATCH] Refs #24104 -- Added missing release notes Forwardport of 3d4a826174b7a411a03be39725e60c940944a7fe from stable/1.7.x --- docs/releases/1.7.4.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/1.7.4.txt b/docs/releases/1.7.4.txt index 0d53459068e..3e81a924967 100644 --- a/docs/releases/1.7.4.txt +++ b/docs/releases/1.7.4.txt @@ -20,3 +20,7 @@ Bugfixes * Prevented the ``static.serve`` view from producing ``ResourceWarning``\s in certain circumstances (security fix regression, :ticket:`24193`). + +* Fixed schema check for ManyToManyField to look for internal type instead + of checking class instance, so you can write custom m2m-like fields with the + same behavior. (:ticket:`24104`).