Kaydet (Commit) 3a8799c8 authored tarafından wrwrwr's avatar wrwrwr Kaydeden (comit) Tim Graham

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

üst fce2890e
......@@ -1493,7 +1493,6 @@ class AntiPetRouter(object):
# passing pets to the 'other' database
def allow_migrate(self, db, model):
"Make sure the auth app only appears on the 'other' db"
if db == 'other':
return model._meta.object_name == 'Pet'
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment