Closed clokep closed 7 years ago
This fixes #23 (and adds tests for it).
The fix is pretty much that if there's only a single QuerySet left, you need to slice both the start and end off at the same time, otherwise you trim improperly.
QuerySet
Just rebased this, so hopefully tests will pass.
This fixes #23 (and adds tests for it).
The fix is pretty much that if there's only a single
QuerySet
left, you need to slice both the start and end off at the same time, otherwise you trim improperly.