Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CachedLoader when template_dirs is None #498

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 6, 2017

  1. 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.
    karthikprabhu committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    ac3c447 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2287523 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4617e4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    783ba0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d191e53 View commit details
    Browse the repository at this point in the history