Removed an incorrect docstring in tests/multiple_database/tests.py.

This commit is contained in:
wrwrwr 2014-11-29 20:27:19 +01:00 committed by Tim Graham
parent fce2890e92
commit 3a8799c8a4
1 changed files with 0 additions and 1 deletions

View File

@ -1493,7 +1493,6 @@ class AntiPetRouter(object):
# passing pets to the 'other' database # passing pets to the 'other' database
def allow_migrate(self, db, model): def allow_migrate(self, db, model):
"Make sure the auth app only appears on the 'other' db"
if db == 'other': if db == 'other':
return model._meta.object_name == 'Pet' return model._meta.object_name == 'Pet'
else: else: