diff options
Diffstat (limited to 'tests/multiple_database/routers.py')
| -rw-r--r-- | tests/multiple_database/routers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/multiple_database/routers.py b/tests/multiple_database/routers.py index 23da8df199..6b85b93a27 100644 --- a/tests/multiple_database/routers.py +++ b/tests/multiple_database/routers.py @@ -4,7 +4,7 @@ from django.db import DEFAULT_DB_ALIAS class TestRouter(object): - # A test router. The behavior is vaguely leader/follower, but the + # A test router. The behavior is vaguely primary/replica, but the # databases aren't assumed to propagate changes. def db_for_read(self, model, instance=None, **hints): if instance: |
