From 2c87f519f48038398c8d8a840fa5bf5497c353bb Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 17 Apr 2026 09:47:23 +0200 Subject: [PATCH] Refs #373, #34122 -- Removed warning that ForeignObject is an internal tool. ForeignObject should not be treated as an internal tool. In the past we made changes in its API with a proper deprecation, e.g. 8b1ff0da4b162e87edebd94e61f2cd153e9e159d. --- docs/topics/composite-primary-key.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/topics/composite-primary-key.txt b/docs/topics/composite-primary-key.txt index c299e4528a1b..ecb89768a7de 100644 --- a/docs/topics/composite-primary-key.txt +++ b/docs/topics/composite-primary-key.txt @@ -124,11 +124,6 @@ alternative:: any columns (e.g. ``item_id``), foreign key constraints or indexes in the database, and the ``on_delete`` argument is ignored. -.. warning:: - - ``ForeignObject`` is an internal API. This means it is not covered by our - :ref:`deprecation policy `. - .. _cpk-and-database-functions: Composite primary keys and database functions