summaryrefslogtreecommitdiff
path: root/tests/regressiontests/pagination_regress/tests.py
AgeCommit message (Expand)Author
2012-11-08Merged pagination testsClaude Paroz
2012-08-16[py3k] Fixed pagination_regress tests.Alex Gaynor
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-04-22Fixed #13689 -- Convert the per_page value to an integer upon initialization ...Jannis Leidel
2011-04-13Fixes Paginator.validate_number not raising a PageNotAnInteger exception when...Chris Beaven
2011-04-06Fixes #11596 -- Make paginator.Page iterableChris Beaven
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2008-07-28A few corrections to my docstrings in [8129].Gary Wilson Jr
2008-07-28Fixed #6997 -- Corrected `num_pages` calculation when one item is in the obje...Gary Wilson Jr