Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CachedLoader when template_dirs is None
From Django 1.10 onwards, `template_dirs` isn't passed while getting the template: https://github.com/django/django/blob/1.10/django/template/engine.py#L155. This causes multi tenant template cache to fail as the cache key is dependent on template_dirs.
- Loading branch information