Django

Code

Changeset 5823

Show
Ignore:
Timestamp:
08/06/07 15:27:04 (1 year ago)
Author:
adrian
Message:

Fixed British spelling of 'customize' and 'behavior' in Manager.get_query_set() docstring

Files:

Legend:

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

    r5743 r5823  
    4444    def get_query_set(self): 
    4545        """Returns a new QuerySet object.  Subclasses can override this method 
    46         to easily customise the behaviour of the Manager. 
     46        to easily customize the behavior of the Manager. 
    4747        """ 
    4848        return QuerySet(self.model)