Fixed #3738 -- Minor inline documentation fix. Thanks, Simon.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4754 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b8eec54041
commit
55a67ae3f0
|
@ -780,7 +780,7 @@ def fill_table_cache(opts, select, tables, where, old_prefix, cache_tables_seen,
|
||||||
def parse_lookup(kwarg_items, opts):
|
def parse_lookup(kwarg_items, opts):
|
||||||
# Helper function that handles converting API kwargs
|
# Helper function that handles converting API kwargs
|
||||||
# (e.g. "name__exact": "tom") to SQL.
|
# (e.g. "name__exact": "tom") to SQL.
|
||||||
# Returns a tuple of (tables, joins, where, params).
|
# Returns a tuple of (joins, where, params).
|
||||||
|
|
||||||
# 'joins' is a sorted dictionary describing the tables that must be joined
|
# 'joins' is a sorted dictionary describing the tables that must be joined
|
||||||
# to complete the query. The dictionary is sorted because creation order
|
# to complete the query. The dictionary is sorted because creation order
|
||||||
|
|
Loading…
Reference in New Issue