summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2015-10-05 22:29:23 +0200
committerTim Graham <timograham@gmail.com>2015-10-06 19:23:53 -0400
commitfbe89307455e939bc5c8b42133a3140aefd1f1f2 (patch)
tree7fccdd4e833d410c0d2f1c384d24cd2850089056 /docs
parentd81b0812d43b8c068c8e65b19c1fa9dbdcb1da47 (diff)
[1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model.
Backport of 914167abf19d16ac97c0f1f6ae1b08cb377c8f3a from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.6.txt3
1 files changed, 3 insertions, 0 deletions
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`).