Django

Code

Changeset 7282

Show
Ignore:
Timestamp:
03/18/08 01:14:56 (7 months ago)
Author:
mtredinnick
Message:

queryset-refactor: Typo fix. Fixed #6806.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/queryset-refactor/django/db/models/sql/query.py

    r7255 r7282  
    12561256    def add_extra(self, select, where, params, tables, order_by): 
    12571257        """ 
    1258         Adds data to the various extra_* attributes for user-created additiosn 
     1258        Adds data to the various extra_* attributes for user-created additions 
    12591259        to the query. 
    12601260        """