Fixed #20883 -- Made model inheritance find parent links in abstract parents

This commit is contained in:
Loic Bistuer 2013-08-12 18:30:38 +07:00 committed by Anssi Kääriäinen
parent dcdc579d16
commit 163a34ce4b
4 changed files with 47 additions and 6 deletions

View file

@ -142,6 +142,9 @@ Minor features
the file system permissions of directories created during file upload, like
:setting:`FILE_UPLOAD_PERMISSIONS` does for the files themselves.
* Explicit :class:`~django.db.models.OneToOneField` for
:ref:`multi-table-inheritance` are now discovered in abstract classes.
Backwards incompatible changes in 1.7
=====================================