From 3a8799c8a49ebfc8b72d4f23c04fae6f2c58366f Mon Sep 17 00:00:00 2001 From: wrwrwr Date: Sat, 29 Nov 2014 20:27:19 +0100 Subject: [PATCH] Removed an incorrect docstring in tests/multiple_database/tests.py. --- tests/multiple_database/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/multiple_database/tests.py b/tests/multiple_database/tests.py index 03e471ad6a2..44a01f8fdeb 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: