diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2026-04-17 09:47:23 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2026-04-20 17:02:29 +0300 |
| commit | 2c87f519f48038398c8d8a840fa5bf5497c353bb (patch) | |
| tree | 20ddaf53a31c32a898fd7182bbcd025e54163fd3 /docs | |
| parent | 5cf9c7fde7cf18c1ab4d529d187f45fb0225bb58 (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/composite-primary-key.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/topics/composite-primary-key.txt b/docs/topics/composite-primary-key.txt index c299e4528a..ecb89768a7 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 <internal-release-deprecation-policy>`. - .. _cpk-and-database-functions: Composite primary keys and database functions |
