From 67cf5efa31acb2916034afb15610b700695dfcb0 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Mon, 28 Mar 2016 14:14:24 -0400 Subject: Fixed #26413 -- Fixed a regression with abstract model inheritance and explicit parent links. Thanks Trac alias trkjgrdg for the report and Tim for investigation and review. --- docs/releases/1.9.5.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.9.5.txt b/docs/releases/1.9.5.txt index 6f073c5c07..7c50e4883d 100644 --- a/docs/releases/1.9.5.txt +++ b/docs/releases/1.9.5.txt @@ -40,3 +40,6 @@ Bugfixes * Restored the functionality of the admin's ``raw_id_fields`` in ``list_editable`` (:ticket:`26387`). + +* Fixed a regression with abstract model inheritance and explicit parent links + (:ticket:`26413`). -- cgit v1.3