Commit cec28d5
committed
fix(tests): fix CACHE_BACKEND test for Django 1.2
The format for the CACHE_BACKEND Django setting was changed in Django
1.3+ to the new dictionary-based CACHES style (which used to be a single
string-based setting i.e. scheme://). This fix simply updates the
CACHE_BACKEND setting in the test so it operates as expected for Django
1.2.1 parent 4a7a4b4 commit cec28d5
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
106 | | - | |
107 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
108 | 114 | | |
109 | 115 | | |
110 | 116 | | |
| |||
0 commit comments