I have a Django model with a large number of fields and 20000+ table rows. To facilitate human readable URLs and the ability to break down the large list into arbitrary sub
Same answer came to me while reading the question.
I believe model_browse view is the best way to sort the query parameters and use it as a generic router.