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
Django recently enabled the cached template loader by default in development.
This was added in:
django/django@bf7c51a
As a result, some tests started failing when the whole test suite was run, but not when they were run individually.
We can fix this by setting the template loaders in our test settings.
0 commit comments