mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
The documentation and comments now all use 'an' to refer to the word SQL and not 'a'.
This commit is contained in:
parent
93dd31cadf
commit
4d13cc56de
13 changed files with 19 additions and 15 deletions
|
@ -1175,7 +1175,7 @@ The possible values for :attr:`~ForeignKey.on_delete` are found in
|
|||
|
||||
Take no action. If your database backend enforces referential
|
||||
integrity, this will cause an :exc:`~django.db.IntegrityError` unless
|
||||
you manually add a SQL ``ON DELETE`` constraint to the database field
|
||||
you manually add an SQL ``ON DELETE`` constraint to the database field
|
||||
(perhaps using :ref:`initial sql<initial-sql>`).
|
||||
|
||||
.. _ref-manytomany:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue