Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/paginator.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23190 -- Made Paginator.page_range an iteratorRigel Di Scala2015-07-031-1/+1
* Ensured that Paginator.page_range works the same on Pytho...Florian Apolloner2014-08-031-1/+1
* Revert "Fixed #23088 -- Used `six` `range` type in `Pagin...Florian Apolloner2014-08-031-1/+1
* Fixed #23088 -- Used `six` `range` type in `Paginator.pag...Moayad Mardini2014-07-251-1/+1
* Fixed #19938 -- Consumed iterator only once in paginator'...Andrew Jesaitis2013-05-251-1/+3
* Paginator._get_page hookChris Beaven2012-11-211-7/+32
* Fixed #19261 -- Delayed Queryset evaluation in paginatorsClaude Paroz2012-11-091-0/+5
* Made Page class inherit collections.SequenceClaude Paroz2012-11-081-31/+2
* Fixed #17159 -- Validated returned number of next|previou...Claude Paroz2012-06-091-2/+2
* Remove an unused import from django.core.paginatorChris Beaven2011-05-201-1/+0
* Fixed #13689 -- Convert the per_page value to an integer ...Jannis Leidel2011-04-221-2/+2
* Fixes Paginator.validate_number not raising a PageNotAnIn...Chris Beaven2011-04-131-1/+1
* Fixes #11596 -- Make paginator.Page iterableChris Beaven2011-04-061-0/+39
* Removed several deprecated features for 1.0 (refs #7830):Gary Wilson Jr2008-08-021-62/+0
* Fixed #6997 -- Corrected `num_pages` calculation when one...Gary Wilson Jr2008-07-281-5/+9
* Made the Paginator class a bit more backwards compatible ...Gary Wilson Jr2008-07-281-18/+6
* Fixed #7307 -- Split InvalidPage exception into two subcl...Adrian Holovaty2008-07-081-5/+11
* Fixed #7478 -- Rolled QuerySetPaginator into the Paginato...Adrian Holovaty2008-07-081-10/+6
* Made legacy `ObjectPaginator` truly backwards-compatible ...Gary Wilson Jr2008-07-021-1/+4
* Fixed a problem in the backwards-compat abilities of the ...Malcolm Tredinnick2008-03-231-1/+1
* Added a new and improved Paginator class, which allows yo...Adrian Holovaty2008-03-181-59/+145
* Fixed #5932 -- Use `self.pages` and not `self._pages` in ...Gary Wilson Jr2007-11-191-1/+1
* Fixed #1795 -- Added page_range to paginators in generic ...Russell Keith-Magee2007-09-141-0/+11
* Fixed #2575: ObjectPaginator now accepts a "orphans" opti...Jacob Kaplan-Moss2006-11-071-37/+38
* Fixed a bunch of spurious imports, typos, and other small...Jacob Kaplan-Moss2006-07-211-1/+0
* Fixed #2109 -- Convert old-style classes to new-style cla...Adrian Holovaty2006-06-081-1/+1
* Fixed #720 -- Added first_on_page() and last_on_page() me...Adrian Holovaty2006-06-011-0/+20
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-23/+15
* Fixed a legacy ordering_tuple --> order_by renaming in co...Adrian Holovaty2005-07-221-2/+2
* Imported Django from private SVN repository (created from...Adrian Holovaty2005-07-131-0/+76