From 4e36e0a8b34e5ac58a6b3c1444a999d9b257203b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 20 Feb 2013 13:08:33 -0800 Subject: [PATCH] Clarified the language used in the documentation. Thanks to Mike Smith for the report. --- docs/ref/models/fields.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index a4ae66d492..1a0f93cf9d 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -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