summaryrefslogtreecommitdiff
path: root/tests/multiple_database
diff options
context:
space:
mode:
authorwrwrwr <git@wr.waw.pl>2014-11-29 20:27:19 +0100
committerTim Graham <timograham@gmail.com>2014-12-01 11:37:08 -0500
commit3a8799c8a49ebfc8b72d4f23c04fae6f2c58366f (patch)
treed0e3d81eb669c049a561c40bb5bf0a0c8c4aba17 /tests/multiple_database
parentfce2890e92497bec8306925f746b81ec0aeeebff (diff)
downloaddjango-3a8799c8a49ebfc8b72d4f23c04fae6f2c58366f.tar.gz
Removed an incorrect docstring in tests/multiple_database/tests.py.
Diffstat (limited to 'tests/multiple_database')
-rw-r--r--tests/multiple_database/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/multiple_database/tests.py b/tests/multiple_database/tests.py
index 03e471ad6a..44a01f8fde 100644
--- a/tests/multiple_database/tests.py
+++ b/tests/multiple_database/tests.py
@@ -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: