Django

Code

Changeset 4754

Show
Ignore:
Timestamp:
03/20/07 06:09:40 (2 years ago)
Author:
russellm
Message:

Fixed #3738 -- Minor inline documentation fix. Thanks, Simon.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/db/models/query.py

    r4645 r4754  
    781781    # Helper function that handles converting API kwargs 
    782782    # (e.g. "name__exact": "tom") to SQL. 
    783     # Returns a tuple of (tables, joins, where, params). 
     783    # Returns a tuple of (joins, where, params). 
    784784 
    785785    # 'joins' is a sorted dictionary describing the tables that must be joined