diff options
| author | Flavio Curella <flavio.curella@gmail.com> | 2014-05-20 11:24:23 -0500 |
|---|---|---|
| committer | Flavio Curella <flavio.curella@gmail.com> | 2014-05-20 11:35:16 -0500 |
| commit | 73a57b06f9d8c963b9be2bdb83122a004a4a8b0b (patch) | |
| tree | b3b7c59636555bd6c521ca793fd08db39a858da5 /tests/multiple_database/routers.py | |
| parent | a5f6cbce07b5f3ab48d931e3fd1883c757fb9b45 (diff) | |
replaced occurrences of master/slave terminology with leader/follower
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 8a84e0b3d2..23da8df199 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 master/slave, but the + # A test router. The behavior is vaguely leader/follower, but the # databases aren't assumed to propagate changes. def db_for_read(self, model, instance=None, **hints): if instance: |
