summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-06-08 10:17:52 -0400
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-06-10 09:44:40 +0200
commit76e1ca77bc9cdfa12df9541c32b75af926dbdfea (patch)
tree345c4dd5b7d1f4ff72466c31846c31c2a70e986d /docs/topics
parent59427547692b433bef3640a96cc0f6601f57532f (diff)
Refs #373 -- Doc'd that on_delete is ignored for ForeignObject.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/composite-primary-key.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/composite-primary-key.txt b/docs/topics/composite-primary-key.txt
index adb4ddee5a..553f277b49 100644
--- a/docs/topics/composite-primary-key.txt
+++ b/docs/topics/composite-primary-key.txt
@@ -124,7 +124,7 @@ alternative::
``ForeignObject`` is much like ``ForeignKey``, except that it doesn't create
any columns (e.g. ``item_id``), foreign key constraints or indexes in the
-database.
+database, and the ``on_delete`` argument is ignored.
.. warning::