mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed a/an typos in "SQL" usage.
This commit is contained in:
parent
aff7a58aef
commit
1c2c6f1b51
7 changed files with 13 additions and 13 deletions
|
@ -1457,7 +1457,7 @@ relation works.
|
|||
null=True,
|
||||
)
|
||||
|
||||
``on_delete`` doesn't create a SQL constraint in the database. Support for
|
||||
``on_delete`` doesn't create an 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue