1
0
mirror of https://github.com/django/django.git synced 2025-06-14 16:09:12 +00:00

Refs #373 -- Doc'd that on_delete is ignored for ForeignObject.

This commit is contained in:
Jacob Walls 2025-06-08 10:17:52 -04:00 committed by Sarah Boyce
parent 5942754769
commit 76e1ca77bc

View File

@ -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::