mirror of
https://github.com/django/django.git
synced 2025-08-15 08:10:29 +00:00
[1.9.x] 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.
Backport of 67cf5efa31
from master
This commit is contained in:
parent
97c5539a81
commit
026574e03c
3 changed files with 34 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue