mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #32456 -- Added dbshell support for specifying a password file on PostgreSQL.
This commit is contained in:
parent
9f125fce79
commit
8380fe08a0
4 changed files with 48 additions and 6 deletions
|
@ -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
|
||||
~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue