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
0dbdad0880
feat(cache): implement automatic cache invalidation and smart cache bypass
- Add utils/cache.py with invalidate_cache_patterns and smart_cached_view
- Support cache bypass on Cache-Control: no-cache headers and query params
- Add automatic signals (post_save, post_delete, m2m_changed) for library, video, podcast, article, calendar, and hadis
- Hook cache invalidation in custom admin viewset actions
4 days ago
..
management
collections updated
2 months ago
migrations
feat: add atomic assign-items endpoints for video and podcast playlists and update author ordering
3 weeks 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
feat(cache): implement automatic cache invalidation and smart cache bypass
4 days ago
doc.py
authors library api update
2 months ago
models.py
feat: add atomic assign-items endpoints for video and podcast playlists and update author ordering
3 weeks ago
pagination.py
feat: library models
1 year ago
serializers.py
perf(caching): add redis and conditional caching across apps, fix bookmark filtering
2 weeks ago
serializers_admin.py
book library create update
3 weeks ago
signals.py
feat(cache): implement automatic cache invalidation and smart cache bypass
4 days 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(cache): implement automatic cache invalidation and smart cache bypass
4 days ago
views.py
fix(bookmarks): strictly filter playlists by bookmarked ID and eliminate item-level leakage
6 days ago
views_admin.py
feat(cache): implement automatic cache invalidation and smart cache bypass
4 days ago