diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-12-17 17:37:24 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-12-17 17:37:24 +0000 |
| commit | 20c8aa2a2029be50449b25122f85bbef0f2b957f (patch) | |
| tree | 1bc5e31d0350c2f6646136fc4859b885a1e2359b /django/db/models/sql | |
| parent | c7534584e8cbb33203675f92e71ec76fb5afd95c (diff) | |
Fixed various dodgy behaviours
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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 |
