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

Corrected a docstring in tests/migrations/test_operations.py.

üst 3a8799c8
...@@ -1560,7 +1560,7 @@ class OperationTests(OperationTestBase): ...@@ -1560,7 +1560,7 @@ class OperationTests(OperationTestBase):
class MigrateNothingRouter(object): 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): def allow_migrate(self, db, model):
return False return False
......
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