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
When multiple databases are configured Django will verify only the one configured as 'default'.
We should probably loop over all configured databases, check them in parallel, or provide some way to control which ones should be considered in the connection check.
The text was updated successfully, but these errors were encountered:
When multiple databases are configured Django will verify only the one configured as
'default'
.We should probably loop over all configured databases, check them in parallel, or provide some way to control which ones should be considered in the connection check.
The text was updated successfully, but these errors were encountered: