diff options
| author | Flavio Curella <flavio.curella@gmail.com> | 2014-05-20 14:54:56 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-22 11:59:17 -0400 |
| commit | beec05686ccc3bee8461f9a5a02c607a02352ae1 (patch) | |
| tree | e27649c83c2ae97dc478e4f9f2987790557c0c73 /tests/multiple_database/routers.py | |
| parent | ad994a3c5b5911a12a5e2f2a8d06c036be1b8ad8 (diff) | |
Fixed #22667 -- Replaced leader/follower terminology with primary/replica
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: |
