Changeset 7488
- Timestamp:
- 04/27/08 19:58:42 (2 months ago)
- Files:
-
- django/trunk/django/db/models/sql/subqueries.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/db/models/sql/subqueries.py
r7486 r7488 96 96 def _setup_query(self): 97 97 """ 98 Runs on initiali sation and after cloning. Any attributes that would98 Runs on initialization and after cloning. Any attributes that would 99 99 normally be set in __init__ should go in here, instead, so that they 100 100 are also set up after a clone() call.
