Knotis / djangocassandra

Cassandra support for the Django web framework
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

[Deliver #106712166] - Paging Functionality #50

Closed sethdenner closed 8 years ago

sethdenner commented 8 years ago

Unfortunately this feature will not work out of the box. It will require your django models to inherit from djangocassandra.db.models.ColumnFamilyModel which has a custom manager/queryset which has the paging method attached to it (model.objects.next())

sethdenner commented 8 years ago

hmm, not sure why TravisCI failed but here's the line to invoke the test for this feature: nosetests tests.test_queries:ColumnFamilyModelPagingQueryTestCase.test_paged_query