From 5402f3ab09413a571fd9d3aa27f6c76ec42ff891 Mon Sep 17 00:00:00 2001 From: Matthew Schinckel Date: Mon, 18 Apr 2016 11:25:15 +0930 Subject: Fixed #26475 -- Added functools.partial() support to migrations autodetector. --- docs/releases/1.9.6.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.9.6.txt b/docs/releases/1.9.6.txt index c22e99f48e..8b48f803c7 100644 --- a/docs/releases/1.9.6.txt +++ b/docs/releases/1.9.6.txt @@ -15,3 +15,6 @@ Bugfixes * Fixed ``TimeField`` microseconds round-tripping on MySQL and SQLite (:ticket:`26498`). + +* Prevented ``makemigrations`` from generating infinite migrations for a model + field that references a ``functools.partial`` (:ticket:`26475`). -- cgit v1.3