diff options
author | wrwrwr <git@wr.waw.pl> | 2014-11-29 18:13:28 +0100 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2014-12-01 11:37:51 -0500 |
commit | b481c856978e30d54f961f3fab6ee20e0445a236 (patch) | |
tree | 6a23c657156ac0412d6380e498f0b3ee2577b515 /tests/migrations/test_operations.py | |
parent | 3a8799c8a49ebfc8b72d4f23c04fae6f2c58366f (diff) | |
download | django-b481c856978e30d54f961f3fab6ee20e0445a236.tar.gz |
Corrected a docstring in tests/migrations/test_operations.py.
Diffstat (limited to 'tests/migrations/test_operations.py')
-rw-r--r-- | tests/migrations/test_operations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migrations/test_operations.py b/tests/migrations/test_operations.py index b08bdbc489..1fa5b5f142 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 |