aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/pagination.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-1/+1
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-3/+3
* Add Python 3 support in pagination.Ben Sturmfels2016-09-161-4/+3
* Use six.moves.zip instead of itertools.izip.Berker Peksag2014-06-021-2/+4
* Fix pagination for certain request.GET dataChristopher Allan Webber2013-09-131-2/+6
* Remove ObjectId from the treeSebastian Spaeth2012-12-251-1/+1
* RIP out mongoSebastian Spaeth2012-12-251-1/+1
* Remove Mongoism query.skip()Sebastian Spaeth2012-12-211-2/+5
* Move DBModel._id -> DBModel.idSebastian Spaeth2012-12-211-2/+2
* Fixed pylint issues, removed unused importJoar Wandborg2012-10-021-1/+0
* Changed copy.copy(get_params) to dict(get_params)Joar Wandborg2012-09-301-1/+1
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Dot-Notation for "_id"Elrond2011-11-151-1/+1
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-7/+9
* i592: Use full path in various placesElrond2011-10-031-1/+1
* Finished splitting util.py into separate files.Aaron Williamson2011-10-011-0/+109