agateblue / lifter

A generic query engine, inspired by Django ORM
ISC License
449 stars 16 forks source link

Random ordered queryset #18

Closed Pentusha closed 8 years ago

Pentusha commented 8 years ago

https://docs.djangoproject.com/en/1.9/ref/models/querysets/#order-by

Pentusha commented 8 years ago

Seems like random seed depends on interpreter's version. I need to think about how to fix tests with a single code base.

agateblue commented 8 years ago

Thanks for implementing that and for taking the time to write these comprehensive tests!