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
..
admin
feat(hadis): add single-file sqlite export and optimize sync serializers
1 week ago
fixtures
refactor models for translations
9 months ago
management
refactor(open_book_url): strictly return volume file url or null without fallbacks
1 week ago
migrations
feat(backend): multilingual companion_type, restrict madhhab choices, and fix orphan bookmarks
6 days ago
models
feat(backend): multilingual companion_type, restrict madhhab choices, and fix orphan bookmarks
6 days ago
serializers
feat(backend): multilingual companion_type, restrict madhhab choices, and fix orphan bookmarks
6 days ago
templates/ admin
develop dovoodi
2 years ago
views
feat(hadis): add single-file sqlite export and optimize sync serializers
1 week ago
HADIS_SYNC_SAMPLE.md
merged with recent changes
1 week ago
__init__.py
develop dovoodi
2 years ago
apps.py
signals for clearing cache after delete/save instances.
9 months ago
doc.py
develop dovoodi
2 years ago
docs.py
feat(hadis): return raw translations in sync api and invalidate cache on version update
2 weeks ago
hadis_sample.json
merged with recent changes
1 week ago
serializers.py
develop dovoodi
2 years 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
hadis tests added
9 months ago
urls.py
feat(cache): implement automatic cache invalidation and smart cache bypass
4 days ago
views_admin.py
feat(hadis): add single-file sqlite export and optimize sync serializers
1 week ago