mirror of
https://github.com/django/django.git
synced 2025-07-04 09:49:12 +00:00
[boulder-oracle-sprint] Fix indentation level on yield statement.
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@4020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
afcb877128
commit
f2b6570db1
@ -49,7 +49,7 @@ def get_query_set_class(DefaultQuerySet):
|
||||
obj = self.model(*row[:index_end])
|
||||
for i, k in enumerate(extra_select):
|
||||
setattr(obj, k[0], row[index_end+i])
|
||||
yield obj
|
||||
yield obj
|
||||
|
||||
|
||||
return OracleQuerySet
|
||||
|
Loading…
x
Reference in New Issue
Block a user