Kaydet (Commit) 1b49b792 authored tarafından Andrea Rabbaglietti's avatar Andrea Rabbaglietti Kaydeden (comit) Tim Graham

Emphasized that ForeignKey.on_delete doesn't create a SQL constraint.

üst c82893cb
......@@ -1271,6 +1271,9 @@ relation works.
null=True,
)
``on_delete`` doesn't create a SQL constraint in the database. Support for
database-level cascade options :ticket:`may be implemented later <21961>`.
The possible values for :attr:`~ForeignKey.on_delete` are found in
:mod:`django.db.models`:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment