• 
      

    Switch away from undocumented QuerySetPaginator alias.

    Review Request #11942 — Created Jan. 20, 2022 and submitted — Latest diff uploaded

    Information

    Djblets
    release-3.x

    Reviewers

    We were using QuerySetPaginator, which was a very old name, and
    currently existed as an undocumented alias for the public Paginator
    API. This has been removed, so we need to switch to the real name.

    Ran unit tests.

    Commits

    Files