diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-20 09:37:04 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-20 09:37:04 -0700 |
| commit | 8a95b4fca793eeb8adceffe697b55214509019eb (patch) | |
| tree | 9c8995407c0d38605e07796c59eb80450c280d8c /tests/multiple_database/routers.py | |
| parent | 3bec38888f6f4ee9245b004fcb9fe15b35cef469 (diff) | |
| parent | 73a57b06f9d8c963b9be2bdb83122a004a4a8b0b (diff) | |
Merge pull request #2692 from fcurella/patch-5
#22667 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: |
