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:
parent
5942754769
commit
76e1ca77bc
@ -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…
x
Reference in New Issue
Block a user