Home
Download
Documentation
Weblog
Community
Code
Code
Search:
Login
Register
Settings
Wiki
Timeline
Browse Source
Reports
View Tickets
New Ticket
Roadmap
Search
View Latest Revision
root
/
django
/
trunk
/
django
/
core
/
paginator.py
View log starting at
and back to
Mode:
Stop on copy
Follow copies
Show only adds, moves and deletes
Show full log messages
Legend:
Added
Modified
Copied or renamed
Rev
Chgset
Date
Author
Log Message
(edit)
@8191
[8191]
08/01/08 23:56:11
gwilson
Removed several deprecated features for 1.0 (refs
#7830
): * "simple" …
(edit)
@8129
[8129]
07/28/08 00:30:35
gwilson
Fixed
#6997
-- Corrected
num_pages
calculation when one item is in the …
(edit)
@8121
[8121]
07/27/08 18:01:55
gwilson
Made the Paginator class a bit more backwards compatible with the lecacy …
(edit)
@7867
[7867]
07/07/08 21:20:48
adrian
Fixed
#7307
-- Split
InvalidPage?
exception into two subclasses, …
(edit)
@7865
[7865]
07/07/08 21:08:33
adrian
Fixed
#7478
-- Rolled
QuerySetPaginator?
into the Paginator class, to …
(edit)
@7819
[7819]
07/01/08 23:31:28
gwilson
Made legacy
ObjectPaginator
truly backwards-compatible by catching both …
(edit)
@7353
[7353]
03/23/08 05:14:32
mtredinnick
Fixed a problem in the backwards-compat abilities of the paginator. …
(edit)
@7306
[7306]
03/18/08 16:13:48
adrian
Added a new and improved Paginator class, which allows you to pass a Page …
(edit)
@6702
[6702]
11/19/07 00:10:23
gwilson
Fixed
#5932
-- Use
self.pages
and not
self._pages
in
_get_page_range
…
(edit)
@6146
[6146]
09/13/07 20:01:02
russellm
Fixed
#1795
-- Added page_range to paginators in generic list views. …
(edit)
@4041
[4041]
11/06/06 22:44:27
jacob
Fixed
#2575
:
ObjectPaginator?
now accepts a "orphans" option to prevent …
(edit)
@3411
[3411]
07/21/06 12:11:13
jacob
Fixed a bunch of spurious imports, typos, and other small errors turned up …
(edit)
@3113
[3113]
06/08/06 00:00:13
adrian
Fixed
#2109
-- Convert old-style classes to new-style classes throughout …
(edit)
@3040
[3040]
05/31/06 23:29:39
adrian
Fixed
#720
-- Added first_on_page() and last_on_page() methods to …
(edit)
@2809
[2809]
05/01/06 20:31:56
adrian
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit)
@291
[291]
07/22/05 00:11:37
adrian
Fixed a legacy ordering_tuple --> order_by renaming in core.paginator
(add)
@3
[3]
07/12/05 20:25:57
adrian
Imported Django from private SVN repository (created from r. 8825)
Note:
See
TracRevisionLog
for help on using the revision log.
Download in other formats:
RSS Feed
ChangeLog