diff options
Diffstat (limited to 'tests/cache')
| -rw-r--r-- | tests/cache/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/tests.py b/tests/cache/tests.py index bccac6b5a8..5cf199794c 100644 --- a/tests/cache/tests.py +++ b/tests/cache/tests.py @@ -895,7 +895,7 @@ class DBCacheRouter(object): if model._meta.app_label == 'django_cache': return 'other' - def allow_syncdb(self, db, model): + def allow_migrate(self, db, model): if model._meta.app_label == 'django_cache': return db == 'other' |
