summaryrefslogtreecommitdiff
path: root/django/core/paginator.py
AgeCommit message (Expand)Author
2008-08-02Removed several deprecated features for 1.0 (refs #7830):Gary Wilson Jr
2008-07-28Fixed #6997 -- Corrected `num_pages` calculation when one item is in the obje...Gary Wilson Jr
2008-07-27Made the Paginator class a bit more backwards compatible with the lecacy `Obj...Gary Wilson Jr
2008-07-08Fixed #7307 -- Split InvalidPage exception into two subclasses, PageNotAnInte...Adrian Holovaty
2008-07-08Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify...Adrian Holovaty
2008-07-02Made legacy `ObjectPaginator` truly backwards-compatible by catching both `At...Gary Wilson Jr
2008-03-23Fixed a problem in the backwards-compat abilities of the paginator. Calling c...Malcolm Tredinnick
2008-03-18Added a new and improved Paginator class, which allows you to pass a Page obj...Adrian Holovaty
2007-11-19Fixed #5932 -- Use `self.pages` and not `self._pages` in `_get_page_range` so...Gary Wilson Jr
2007-09-14Fixed #1795 -- Added page_range to paginators in generic list views. Thanks t...Russell Keith-Magee
2006-11-07Fixed #2575: ObjectPaginator now accepts a "orphans" option to prevent pages ...Jacob Kaplan-Moss
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-01Fixed #720 -- Added first_on_page() and last_on_page() methods to ObjectPagin...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-07-22Fixed a legacy ordering_tuple --> order_by renaming in core.paginatorAdrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty