cos-archives / modular-odm

A database-agnostic Object-Document Mapper for Python.
Apache License 2.0
13 stars 18 forks source link

Allow slicing querysets; add regression test. #105

Closed jmcarp closed 9 years ago

jmcarp commented 9 years ago

Purpose

Allow slicing querysets

Changes

None expected

Thanks @chennan47 for reporting

jmcarp commented 9 years ago

@sloria is this copacetic?

sloria commented 9 years ago

Is negative indexing supported? If so, can you add a test for it?

jmcarp commented 9 years ago

Depends on the backend, but probably best to disable altogether.