Posts tagged with "sorting"

There are a total of 1 posts.

Exploring Class-Based Views (CBV) Series ⑧ - Deep Dive into Pagination and Search Functionality – Extending ListView

Published Jun 13, 2025 by whitedec

This post introduces practical strategies for implementing pagination, search, and sorting functionalities by extending Django ListView, enhancing user experie…

#django , #python , #listview , #pagination , #searchview , #sorting , #cbv advanced , #extending generic view