From fbe89307455e939bc5c8b42133a3140aefd1f1f2 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 5 Oct 2015 22:29:23 +0200 Subject: [1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model. Backport of 914167abf19d16ac97c0f1f6ae1b08cb377c8f3a from master --- docs/releases/1.8.6.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.6.txt b/docs/releases/1.8.6.txt index 15b85a66c8..b972ee0148 100644 --- a/docs/releases/1.8.6.txt +++ b/docs/releases/1.8.6.txt @@ -14,3 +14,6 @@ Bugfixes * Allowed "mode=memory" in SQLite test database name if supported (:ticket:`12118`). + +* Fixed system check crash on ``ForeignKey`` to abstract model + (:ticket:`25503`). -- cgit v1.3