summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-03-18 06:14:56 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-03-18 06:14:56 +0000
commit6b974720a916dd014a5aff22bbd2349e47d6ec6c (patch)
tree847990d8da2941cde9fd2aca7e583012c923749f
parent6df9e25b618b603fb903f9e6c74e675aa2490305 (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.py2
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: