• 
      

    Switch away from undocumented QuerySetPaginator alias.

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

    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.

    Summary ID
    Switch away from undocumented QuerySetPaginator alias.
    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. Testing Done: Ran unit tests.
    0977b0531542f2e40bb938b67cbd37264c38b09a
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.x (852717a)