mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #22667 -- Replaced leader/follower terminology with primary/replica
This commit is contained in:
parent
ad994a3c5b
commit
beec05686c
7 changed files with 85 additions and 82 deletions
|
@ -649,10 +649,11 @@ Default: ``None``
|
|||
The alias of the database that this database should mirror during
|
||||
testing.
|
||||
|
||||
This setting exists to allow for testing of leader/follower
|
||||
This setting exists to allow for testing of primary/replica
|
||||
(referred to as master/slave by some databases)
|
||||
configurations of multiple databases. See the documentation on
|
||||
:ref:`testing leader/follower configurations
|
||||
<topics-testing-leaderfollower>` for details.
|
||||
:ref:`testing primary/replica configurations
|
||||
<topics-testing-primaryreplica>` for details.
|
||||
|
||||
.. setting:: TEST_NAME
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue