diff options
Diffstat (limited to 'django/db/models/sql')
| -rw-r--r-- | django/db/models/sql/query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/sql/query.py b/django/db/models/sql/query.py index 4afe28806d..ea56d4b17d 100644 --- a/django/db/models/sql/query.py +++ b/django/db/models/sql/query.py @@ -1249,7 +1249,7 @@ class Query(object): case). Finally, 'negate' is used in the same sense as for add_filter() -- it indicates an exclude() filter, or something similar. It is only passed in here so that it can be passed to a field's extra_filter() for - customised behaviour. + customized behavior. Returns the final field involved in the join, the target database column (used for any 'where' constraint), the final 'opts' value and the |
