From b481c856978e30d54f961f3fab6ee20e0445a236 Mon Sep 17 00:00:00 2001 From: wrwrwr Date: Sat, 29 Nov 2014 18:13:28 +0100 Subject: [PATCH] Corrected a docstring in tests/migrations/test_operations.py. --- tests/migrations/test_operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/migrations/test_operations.py b/tests/migrations/test_operations.py index b08bdbc489e..1fa5b5f1428 100644 --- a/tests/migrations/test_operations.py +++ b/tests/migrations/test_operations.py @@ -1560,7 +1560,7 @@ class OperationTests(OperationTestBase): class MigrateNothingRouter(object): """ - A router that sends all writes to the other database. + A router that doesn't allow storing any model in any database. """ def allow_migrate(self, db, model): return False