diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-04-28 00:58:42 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-04-28 00:58:42 +0000 |
| commit | 81edb50cacedc19a91201469044fdb3f7b34ccbf (patch) | |
| tree | a79d70ca03cc4ca03d9dbfec1c6cce92c89f88ab /django/db/models/sql/subqueries.py | |
| parent | a209115969b634086de9e25cebc496be5387a735 (diff) | |
Migrated _setup_query() docstring to America
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7488 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/db/models/sql/subqueries.py')
| -rw-r--r-- | django/db/models/sql/subqueries.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/sql/subqueries.py b/django/db/models/sql/subqueries.py index 0a083a6938..1f9a13ecdc 100644 --- a/django/db/models/sql/subqueries.py +++ b/django/db/models/sql/subqueries.py @@ -95,7 +95,7 @@ class UpdateQuery(Query): def _setup_query(self): """ - Runs on initialisation and after cloning. Any attributes that would + Runs on initialization and after cloning. Any attributes that would normally be set in __init__ should go in here, instead, so that they are also set up after a clone() call. """ |
