diff options
| author | Simon Charette <charette.s@gmail.com> | 2016-03-28 14:14:24 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2016-03-28 21:11:37 -0400 |
| commit | 67cf5efa31acb2916034afb15610b700695dfcb0 (patch) | |
| tree | 01e4dbc606eb3d71170a5c5a9c4c0d3f6c8ae0b8 /docs | |
| parent | 0c0e8f0a62eb369bb05ff770ad53656831c8c01a (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
