Browse Source
feat(api): enable OptionalPagination, status filtering, and newest-first ordering for categories and collections
feat(api): enable OptionalPagination, status filtering, and newest-first ordering for categories and collections
- Add OptionalPagination to Dovodi Category and Collection viewsets (podcast, video, article) - Support status query filtering (status=true/false) in category and collection viewsets - Sort categories and collections by newest first (-created_at, -id) across podcast, video, article, and library admin viewsetsmaster
4 changed files with 32 additions and 14 deletions
-
16apps/article/views.py
-
2apps/library/views_admin.py
-
14apps/podcast/views.py
-
14apps/video/views.py
Write
Preview
Loading…
Cancel
Save
Reference in new issue