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
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.
0 commit comments