diff options
| author | Jean-Michel Vourgère <nirgal@debian.org> | 2015-06-17 15:37:09 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-30 18:21:51 -0400 |
| commit | b64c0d4d613b5cabedbc9b847682fe14877537de (patch) | |
| tree | ac3ea4e0c72ccfe41e4c314944d4636791c30da0 /docs | |
| parent | eecd42ea7d97bce04bc909c71bed14850060c39c (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 ^^^^^^ |
