0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00

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

This commit is contained in:
wrwrwr 2014-11-29 18:13:28 +01:00 committed by Tim Graham
parent 3a8799c8a4
commit b481c85697

View File

@ -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