summaryrefslogtreecommitdiff
path: root/tests/sites_tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sites_tests/tests.py')
-rw-r--r--tests/sites_tests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sites_tests/tests.py b/tests/sites_tests/tests.py
index 7eb1c20b60..9b409fd0b5 100644
--- a/tests/sites_tests/tests.py
+++ b/tests/sites_tests/tests.py
@@ -137,7 +137,7 @@ class SitesFrameworkTests(TestCase):
class JustOtherRouter(object):
- def allow_migrate(self, db, model):
+ def allow_migrate(self, db, app_label, **hints):
return db == 'other'