#12893: Pagination in admins changelist doesn't use queryset set by modeladmin ----------------------------------+----------------------------------------- Reporter: Willian | Owner: nobody Status: new | Milestone: Component: django.contrib.admin | Version: 1.2-alpha Keywords: | Stage: Unreviewed Has_patch: 0 | ----------------------------------+----------------------------------------- When the queryset method in a ModelAdmin gets overwriten (to for example filter some records out) the changelist uses the given queryset, but the pagination counts all records including the ones that filtered out by the get_queryset.
-- Ticket URL: <http://code.djangoproject.com/ticket/12893> Django <http://code.djangoproject.com/> 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?hl=en.
