Switch away from undocumented QuerySetPaginator alias.
Review Request #11942 — Created Jan. 20, 2022 and submitted — Latest diff uploaded
We were using
QuerySetPaginator
, which was a very old name, and
currently existed as an undocumented alias for the publicPaginator
API. This has been removed, so we need to switch to the real name.
Ran unit tests.