diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2015-10-05 22:29:23 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-06 19:26:00 -0400 |
| commit | 4ec96b776ba63f6ad6c9064968178d0814ab9162 (patch) | |
| tree | 29582f3889c3cc407450e42d62590455a5abe3d8 /docs | |
| parent | 9be9c511cc9f552a34367427aaac3bdc0fdb88fc (diff) | |
[1.8.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.txt | 3 |
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`). |
