Django

Code

Changeset 7488

Show
Ignore:
Timestamp:
04/27/08 19:58:42 (2 months ago)
Author:
adrian
Message:

Migrated _setup_query() docstring to America

Files:

Legend:

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

    r7486 r7488  
    9696    def _setup_query(self): 
    9797        """ 
    98         Runs on initialisation and after cloning. Any attributes that would 
     98        Runs on initialization and after cloning. Any attributes that would 
    9999        normally be set in __init__ should go in here, instead, so that they 
    100100        are also set up after a clone() call.