Fixed pagination limit / skip bug

fixes #398
This commit is contained in:
Ross Lawley
2012-01-16 09:03:12 +00:00
parent 39a20ea471
commit 1afe7240f4
3 changed files with 34 additions and 12 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Fixed limit skip bug
- Added values_list for returning a list of data
- Improved Inheritance / Mixin
- Added sharding support