Trees | Indices | Help |
---|
|
The normal `Paginator` class works with a SQLAlchemy query object and therefore can do limits and ordering on database level, which is ideal. However, in some special cases, we already have a list of objects fetched from database and need to adjust it based on user pagination preferences, hence this special case of `Paginator` class.
It isn't efficient, it isn't pretty. Please use `Paginator` if you can.
|
|||
|
|||
|
|||
|
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |