mirror of
https://github.com/django/django.git
synced 2025-07-06 02:39:12 +00:00
queryset-refactor: Typo fix. Fixed #6806.
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7282 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
6df9e25b61
commit
6b974720a9
@ -1255,7 +1255,7 @@ class Query(object):
|
|||||||
|
|
||||||
def add_extra(self, select, where, params, tables, order_by):
|
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.
|
to the query.
|
||||||
"""
|
"""
|
||||||
if select:
|
if select:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user