Code cleanup
This commit is contained in:
parent
c2b15183cb
commit
940dfff625
1 changed files with 0 additions and 1 deletions
|
|
@ -185,7 +185,6 @@ class QuerySet(object):
|
|||
try:
|
||||
queryset._cursor_obj = queryset._cursor[key]
|
||||
queryset._skip, queryset._limit = key.start, key.stop
|
||||
queryset._limit
|
||||
if key.start and key.stop:
|
||||
queryset._limit = key.stop - key.start
|
||||
except IndexError, err:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue