diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-03-18 06:14:56 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-03-18 06:14:56 +0000 |
| commit | 6b974720a916dd014a5aff22bbd2349e47d6ec6c (patch) | |
| tree | 847990d8da2941cde9fd2aca7e583012c923749f | |
| parent | 6df9e25b618b603fb903f9e6c74e675aa2490305 (diff) | |
queryset-refactor: Typo fix. Fixed #6806.
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7282 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/db/models/sql/query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/models/sql/query.py b/django/db/models/sql/query.py index ab6efd453f..384ff140a9 100644 --- a/django/db/models/sql/query.py +++ b/django/db/models/sql/query.py @@ -1255,7 +1255,7 @@ class Query(object): def add_extra(self, select, where, params, tables, order_by): """ - Adds data to the various extra_* attributes for user-created additiosn + Adds data to the various extra_* attributes for user-created additions to the query. """ if select: |
