Skip to content

Commit bbab6e8

Browse files
committed
docs: fix description about test database DEPENDENCIES
1 parent a89eebf commit bbab6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ Extra settings explanation:
464464
then only one connection should set `"managed": True`(the default value), other connections should set `"managed": False`.
465465
So that test database will not be created multiple times.
466466

467-
If your managed database alias is not `s1r2`, `"DEPENDENCIES": ["s1r2"]` should be set to ensure the [creation order for test databases](https://docs.djangoproject.com/en/4.2/topics/testing/advanced/#controlling-creation-order-for-test-databases).
467+
If your managed database alias is `s1r2` instead `default`, `"DEPENDENCIES": ["s1r2"]` should be set to ensure the [creation order for test databases](https://docs.djangoproject.com/en/4.2/topics/testing/advanced/#controlling-creation-order-for-test-databases).
468468

469469
Do not hardcode database name when you define replicated table or distributed table.
470470
Because test database name is different from deployed database name.

0 commit comments

Comments
 (0)