summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt
index 6fda83ebc7..6ea957d959 100644
--- a/docs/releases/1.7.txt
+++ b/docs/releases/1.7.txt
@@ -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
=====================================