mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
parent
99a1bbf985
commit
fa5f936b48
1 changed files with 1 additions and 1 deletions
|
@ -1524,7 +1524,7 @@ class AntiPetRouter(object):
|
|||
# A router that only expresses an opinion on migrate,
|
||||
# passing pets to the 'other' database
|
||||
|
||||
def allow_migrate(self, db, app_label, model_name, **hints):
|
||||
def allow_migrate(self, db, app_label, model_name=None, **hints):
|
||||
if db == 'other':
|
||||
return model_name == 'pet'
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue