mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Clarified the language used in the documentation. Thanks to Mike Smith for the report.
This commit is contained in:
parent
e8fc3f3783
commit
4e36e0a8b3
1 changed files with 2 additions and 2 deletions
|
|
@ -1061,8 +1061,8 @@ define the details of how the relation works.
|
|||
* You have legacy data that is not valid.
|
||||
* You're sharding your database.
|
||||
|
||||
If you use this, accessing a related object that doesn't exist will raise
|
||||
its ``DoesNotExist`` exception.
|
||||
If this is set to ``False``, accessing a related object that doesn't exist
|
||||
will raise its ``DoesNotExist`` exception.
|
||||
|
||||
.. attribute:: ForeignKey.on_delete
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue