summaryrefslogtreecommitdiff
path: root/tests/gis_tests/layermap/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gis_tests/layermap/tests.py')
-rw-r--r--tests/gis_tests/layermap/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gis_tests/layermap/tests.py b/tests/gis_tests/layermap/tests.py
index 85f105f4a0..e4477189cb 100644
--- a/tests/gis_tests/layermap/tests.py
+++ b/tests/gis_tests/layermap/tests.py
@@ -322,7 +322,7 @@ class OtherRouter(object):
def allow_relation(self, obj1, obj2, **hints):
return None
- def allow_migrate(self, db, model):
+ def allow_migrate(self, db, app_label, **hints):
return True