You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a high chance we will use our cache backend for more than just web modules in the future. It's best to rename the backend now while there still aren't many django-idom users yet.
The text was updated successfully, but these errors were encountered:
- Use Django async caching API
- Remove async_lru_cache.
- Fix#46
- Use aiofile for async file operations.
- Protect against malicious file paths
- Use cache versioning to invalidate old web module files stored in cache
There's a high chance we will use our cache backend for more than just web modules in the future. It's best to rename the backend now while there still aren't many django-idom users yet.
The text was updated successfully, but these errors were encountered: