You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -464,7 +464,7 @@ Extra settings explanation:
464
464
then only one connection should set `"managed": True`(the default value), other connections should set `"managed": False`.
465
465
So that test database will not be created multiple times.
466
466
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).
468
468
469
469
Do not hardcode database name when you define replicated table or distributed table.
470
470
Because test database name is different from deployed database name.
0 commit comments