Allow datagrids to build their own paginators.

Review Request #7631 — Created Sept. 17, 2015 and submitted

Information

Djblets
master

Reviewers

DataGrid subclasses can now override build_paginator() in order to
provide their own paginator class, or to process the queryset before
handing it to the paginator.

This is particularly useful when integrating with Haystack, as some
additional work needs to be done to fetch the right items in the
queryset before giving it to a paginator.

Unit tests pass.

Used this along with some changes in Splat, which were able to override
and build the paginator itself.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        djblets/datagrid/grids.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        djblets/datagrid/grids.py
    
    
  2. 
      
brennie
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (33ff035)
Loading...