Preserve existing query params in PaginatorMixin
Previously, generation of next/previous links would discard any existing query parameters. This commit introduces a dependency on URLObject, which is used to intelligently parse and modify URLs to ensure existing params are preserved. Addresses issues #107
Showing
Please
register
or
sign in
to comment