#2093: [patch] Better paginator
-----------------------------+----------------------------------------------
Reporter: SmileyChris | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: Admin interface | Version:
Severity: minor | Keywords:
-----------------------------+----------------------------------------------
There's no orhpan feature for the paginator. For example:
{{{
22 records, num_per_page=10, orphan=2 --> pages==2,
len(self.get_page(1))==12
}}}
The paginator should work with lists too.
The patch fixes these and also provides more accurate validation.
--
Ticket URL: <http://code.djangoproject.com/ticket/2093>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---