From b64c0d4d613b5cabedbc9b847682fe14877537de Mon Sep 17 00:00:00 2001 From: Jean-Michel Vourgère Date: Wed, 17 Jun 2015 15:37:09 +0200 Subject: Fixed #23658 -- Provided the password to PostgreSQL dbshell command The password from settings.py is written in a temporary .pgpass file file whose name is given to psql using the PGPASSFILE environment variable. --- docs/releases/1.9.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 600c88ca2c..9f2dd6ccd1 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -350,6 +350,10 @@ Management Commands * The :djadmin:`startapp` command creates an ``apps.py`` file and adds ``default_app_config`` in ``__init__.py``. +* When using the PostgreSQL backend, the :djadmin:`dbshell` command can connect + to the database using the password from your settings file (instead of + requiring it to be manually entered). + Models ^^^^^^ -- cgit v1.3