summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2026-04-17 09:47:23 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2026-04-20 16:04:33 +0200
commit8ee73415270a1a54daaec9bb529ad82c6f7a6d4c (patch)
tree22eb3f9b67ac565e7ba4409fb9854c49ea999494
parent5f35a7f196b93f441d3a93c1f37c3613ac8c8ead (diff)
[6.0.x] 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. Backport of 2c87f519f48038398c8d8a840fa5bf5497c353bb from main.
-rw-r--r--docs/topics/composite-primary-key.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/topics/composite-primary-key.txt b/docs/topics/composite-primary-key.txt
index 553f277b49..8fdb11b2d3 100644
--- a/docs/topics/composite-primary-key.txt
+++ b/docs/topics/composite-primary-key.txt
@@ -126,11 +126,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 <internal-release-deprecation-policy>`.
-
.. _cpk-and-database-functions:
Composite primary keys and database functions