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