You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mohsen Taba
9b56a20180
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 viewsets
3 weeks ago
..
management
collections updated
2 months ago
migrations
utf-8 slug usage updated
2 months ago
templates/admin/library/ pinnedbookcollection
feat: library models
1 year ago
__init__.py
develop dovoodi
2 years ago
admin.py
collections updated
2 months ago
apps.py
develop dovoodi
2 years ago
doc.py
authors library api update
2 months ago
models.py
fix(article, library): fix article admin slug generation, detail unicode url routing, and category active books count
3 weeks ago
pagination.py
feat: library models
1 year ago
serializers.py
authors library api update
2 months ago
serializers_admin.py
book library create update
3 weeks ago
sitemaps.py
SEO : seo tools and normalizations added for code base and Article, Hadis (optimized to prefetch transmitters, references, and book authors), Library (Books), Podcast, and Video apps.
2 months ago
tests.py
develop dovoodi
2 years ago
urls.py
feat(api): add optional pagination, category search, reference detail and relation management
4 weeks ago
views.py
fix(article, library): fix article admin slug generation, detail unicode url routing, and category active books count
3 weeks ago
views_admin.py
feat(api): enable OptionalPagination, status filtering, and newest-first ordering for categories and collections
3 weeks ago