Changeset 4754
- Timestamp:
- 03/20/07 06:09:40 (2 years ago)
- Files:
-
- django/trunk/django/db/models/query.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/db/models/query.py
r4645 r4754 781 781 # Helper function that handles converting API kwargs 782 782 # (e.g. "name__exact": "tom") to SQL. 783 # Returns a tuple of ( tables,joins, where, params).783 # Returns a tuple of (joins, where, params). 784 784 785 785 # 'joins' is a sorted dictionary describing the tables that must be joined
