summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-31 12:30:29 -0500
committerTim Graham <timograham@gmail.com>2017-01-17 20:52:04 -0500
commit9d0e8c1e7f479dd4b414ffb4179295671bf673a6 (patch)
treebdfafffe83623cb5fdc2156b0435d45dbf6d097a /docs
parent169178265249949300df8288d8ebd048613f2205 (diff)
Refs #26320 -- Removed implicit OneToOnField parent_link per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 9999e0ae18..c8aaab3e71 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -370,3 +370,6 @@ these features.
* The ``javascript_catalog()`` and ``json_catalog()`` views are removed.
* ``django.contrib.gis.utils.precision_wkt()`` is removed.
+
+* In multi-table inheritance, implicit promotion of a ``OneToOneField`` to a
+ ``parent_link`` is removed.