Fixed #32456 -- Added dbshell support for specifying a password file on PostgreSQL.

This commit is contained in:
Hasan Ramezani 2021-02-24 17:16:45 +01:00 committed by Mariusz Felisiak
parent 9f125fce79
commit 8380fe08a0
4 changed files with 48 additions and 6 deletions

View file

@ -206,6 +206,8 @@ Management Commands
* The :djadmin:`runserver` management command now supports the
:option:`--skip-checks` option.
* On PostgreSQL, :djadmin:`dbshell` now supports specifying a password file.
Migrations
~~~~~~~~~~