Changed paths:
M django/db/backends/creation.py
M django/db/backends/postgresql_psycopg2/base.py
M docs/internals/contributing/writing-code/unit-tests.txt
Log Message:
-----------
Fixed #16969 -- Don't connect to named database when possible
Thanks Andreas Pelme for the report and initial patch, and
Aymeric Augustin, Shai Berger and Tim Graham for the reviews.