mirror of
https://github.com/django/django.git
synced 2025-07-07 21:35:15 +00:00
Refs #373 -- Doc'd that on_delete is ignored for ForeignObject.
This commit is contained in:
parent
5942754769
commit
76e1ca77bc
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue