Commit edb0b77
test: fix build against djangotip
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.1 parent 70fae43 commit edb0b77
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments