summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 9b2304137d..97534185b2 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -160,6 +160,9 @@ details on these changes.
* The ``django.contrib.gis.utils.precision_wkt()`` function will be removed.
+* In multi-table inheritance, implicit promotion of a ``OneToOneField`` to a
+ ``parent_link`` will be removed.
+
.. _deprecation-removed-in-1.10:
1.10